- markup (52)
- xml (7)
- xslt (21)
- atom (8)
- overlapping markup (2)
- schema (9)
- creole (4)
- xforms (1)
- pipelines (7)
- coding (2)
- dtll (1)
- genealogy (3)
- gtd (1)
- hardware (1)
- legislation (1)
- ontologies (2)
- unicode (1)
- web (24)
- google (3)
- rdf (6)
- rest (3)
- wikis (1)
- work (1)
- xpath (1)
- xquery (1)
- xtech2008 (3)
- life (26)
- children (5)
- equality (6)
- environment (4)
- gadgets (5)
- software (3)
- xlinq (2)
- conferences (7)
- xtech (6)
- blog (7)
- drupal (3)
Re: Cross-processor XSLT extension functions
Better still would be to add them to exslt.org as an implementation of exslt for xslt2 systems. Not so useful long term, as xslt2 has most of the functionality natively but very useful short term either to make stylesheets that run on xslt1+exslt and xslt2 without needing conditional code around every function call, or (very much a concern here at present) as an aid to switching from xslt1 to 2.
We tend to use saxon rather than exslt extensions (for historical reasons mainly) but it’s proved very valuable to have functions like
We’ll remove these (and permanently switch to xslt2) sometime soon, but during the changeover testing such functions allow comparison of results on the old and new processor without changing the stylesheet which is a good thing as there’s over 20K lines of stylesheet(s) in this case…
David