Matching the Root Node

Matching the Root Node

As youve already seen, you can match the root node with the match pattern / like this:

 <xsl:template match="/">      <HTML>          <xsl:apply-templates/>      </HTML>   </xsl:template> 


Inside XSLT
Inside Xslt
ISBN: B0031W8M4K
EAN: N/A
Year: 2005
Pages: 196

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net