xsl-list
[Top] [All Lists]

Re: [xsl] something I'd really like in XSLT

2007-01-23 07:18:41
Andrew Welch wrote:
Import precedence happens first - you can have a template with
priority 10000 but it won't be used if a template with priority -1 has
a higher import precedence - which can be just because the stylesheet
it lives in was imported after the stylesheet containing the template
with the higher priority.  It's a wonderful gotcha...

It sure is! I don't believe I like this behavior, but now that I know of it, I can design my stylesheets accordingly.

btw, Bryan, sorry for side-stepping on your thread ;)

--~------------------------------------------------------------------
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>
--~--