[Home] [By Thread] [By Date] [Recent Entries]
Thanks for your answer. So, if my stylesheet only consists of one
template without an apply-templates:
<xsl:template match="node()"> ... </xsl:template> I guess there's a build-in template with a call of apply-templates so that this template is executed. If my input is like <a> <b/> </a> the above template matches only <a> although <b> is also a node that is "children of some parent". What's the reason for that? regards, Garvin 1. For any template rule T to be fired, two conditions must apply:
|

Cart



