I have several templates that match various nodes in an xml document. If I do just an
<xsl:apply-templates/> it somehow recursively outputs the text of all the nodes beneath. I just want it to recursively match any template I have defined. How do I do that ?
I have several templates that match various nodes in an xml document. If I
Share
Read the full explanation here: http://www.dpawson.co.uk/xsl/sect2/defaultrule.html
You can override the default templates for text nodes by defining your own template and have it do nothing.