xsl-list
[Top] [All Lists]

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

2011-07-06 08:59:26
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>