View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsdweb
In directory usw-pr-cvs1:/tmp/cvs-serv7034

Modified Files:
        faq.xsl 
Log Message:
allow attributes for html: elements to not require html: namespace specifier

Index: faq.xsl
===================================================================
RCS file: /cvsroot/dqsd/dqsdweb/faq.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** faq.xsl     15 Aug 2002 13:40:50 -0000      1.4
--- faq.xsl     15 Aug 2002 15:47:21 -0000      1.5
***************
*** 66,70 ****
    <xsl:template match="html:*">
      <xsl:element name="{local-name()}">
!       <xsl:for-each select="@html:*">
          <xsl:attribute name="{local-name()}">
            <xsl:value-of select="." />
--- 66,70 ----
    <xsl:template match="html:*">
      <xsl:element name="{local-name()}">
!       <xsl:for-each select="@*">
          <xsl:attribute name="{local-name()}">
            <xsl:value-of select="." />




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to