| Schema Central Home | XSLT 1.0 Overview | Search XSLT 1.0: Advanced Search | XSLT 1.0 |
Content
Attributes
Sample Instance<xsl:stylesheet version="1.0"> <xsl:import href="http://www.example.com/"/> <xsl:attribute-set name="NCName"> <xsl:attribute name="string">Any text, intermingled with: <xsl:variable name="NCName">Any text, intermingled with:... </xsl:variable> </xsl:attribute> </xsl:attribute-set> </xsl:stylesheet> |
Recommended Reading:
|