[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Group Techniques by xslt
Hi Martin, We have modified the line where you are generating element (<sc[0-9]>) and it is working fine. I want your expert comments on this, whether this can cause any problem. <xsl:if test="self::p[matches(@class,'^Head[0-9]+$')]"> <xsl:text disable-output-escaping="yes"><![CDATA[<sc]]></xsl:text><xsl:value-of select="$level"/> <xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text> </xsl:if> <!--<xsl:element name="sc{$level}">--> ...... <!--</xsl:element>--> <xsl:if test="self::p[matches(@class,'^Head[0-9]+$')]"> <xsl:text disable-output-escaping="yes"><![CDATA[</sc]]></xsl:text><xsl:value-of select="$level"/> <xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text> </xsl:if> Thanks a lot!!! Thanks ...JSR
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|