[Bug 29453] [xslt30ts] package-019 - use package via xsl:include

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29453

Max Toro <maxtoroq@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maxtoroq@gmail.com

--- Comment #4 from Max Toro <maxtoroq@gmail.com> ---
It would be very helpful if you could elaborate on the import precedence
issues, the spec already disallows declarations that are homonymous with
accepted and overriding components.

Disallowing xsl:use-package on imported modules is a limitation for hiding
complexity, imagine hundreds of stylesheets that import one common module, with
this limitation all stylesheets need to be aware of and explicitly use a
package.

Another argument is keeping xsl:use-package close to where the used package
components are referenced, e.g. if the accepted components are used in an
imported module and not the principal module.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 2 March 2016 15:43:17 UTC