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

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -