I think numeric priorities would become pretty unmanageable
if they had global significance rather than applying only
locally within a module. That's the only reason I can think of.
There are all sorts of things one could do to improve the
modularity of XSLT
- public/private attributes on variables and named templates,
template priority linked to the schema type hierarchy,
syntactically-scoped template rules, template rules linked to
a stage in a pipeline, etc: but none of them is really
compelling in my view.
Would it be possible to add a warning message to Saxon, like ambiguous
rule match, when one template is chosen over another purely by import
precedence (in fact, isn't this just another kind of ambiguous rule
match)? The amount of feedback from Saxon 8.x when using XSLT 2.0 is
really helpful (my stylesheets are a lot 'tighter' now) and I think this
would be a useful addition.
cheers
andrew
--~------------------------------------------------------------------
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>
--~--