|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: matching question
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:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






