| Schema Central Home | XSLT 2.0 Overview | Search XSLT 2.0: Advanced Search | XSLT 2.0 |
Content
Attributes
Substitution Hierarchy
Sample Instance<xsl:stylesheet version="1.0"> <xsl:import href="http://www.example.com/"/> <xsl:attribute-set name="Name"> <xsl:attribute name="string" select="token"> <xsl:variable name="Name" select="token">... </xsl:variable> </xsl:attribute> </xsl:attribute-set> </xsl:stylesheet> |
Recommended Reading:
|