Subject: RE: Grouping by attribute
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 20 Oct 2009 13:00:10 +0100
|
> As a side-question; Is it possible to rewrite any two XSLT
> documents running in sequence into a single XSLT document?
>
In 2.0 yes: but you may have to rename global objects (variables, modes,
named templates, keys) to disambiguate them. In the case of modes, this may
mean adding a mode to all the templates/apply-templates in one of the
stylesheets.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
|