Re: [xsl] should apply-imports apply template rule in the same stylesheet?

Subject: Re: [xsl] should apply-imports apply template rule in the same stylesheet?
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 06 Jul 2011 15:59:16 +0200
Brandon Ibach wrote:
The last paragraph of section 5.8 (Built-in Template Rules) of the
XSLT 1.0 spec reads:

"The built-in template rules are treated as if they were imported
implicitly before the stylesheet and so have lower import precedence
than all other template rules. Thus, the author can override a
built-in template rule by including an explicit template rule."

Therefore,<xsl:apply-imports/>  is invoking the built-in rule for the
root node, which is just<xsl:apply-templates/>.  Seems right to me.

That makes sense, thanks.



--


	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

Current Thread