[Home] [By Thread] [By Date] [Recent Entries]
Florent Georges wrote:
But a matching template would never looked for that element, as the default template rule for elements would be redefined to do nothing, and the root element would match it.
<xsl:template match="/" name="main" > <xsl:apply-templates select="specify/starting/point/here" /> </xsl:template> which gives me a clear starting point for the tree walk in any situation. I didn't realize that the OP did not have such a root-matching template. -- Abel
|

Cart



