xml - What does this XSLT code do? -
what do?
 correct think xslt code doesn't anything?  
.... <xsl:template match="/*[1]">     <xsl:apply-templates /> </xsl:template> .... 
it template matching root element of name , applying templates child nodes of root element. wouldn't call "doesn't anything", although built-in templates suffice same root element , other things ... crucial tell whether template needed.
Comments
Post a Comment