How to load a compiled stylesheet
Added by Alex Jitianu over 8 years ago
Hi,
I'm reading the Saxonica documentation on how to compile a stylesheet and export it as an XML file:
http://www.saxonica.com/html/documentation/using-xsl/compiling.html
What I don't see anywhere is the information about how I can load that compiled form, at a later time and execute it. I would have expected to find this information in the same topic.
Thank you, Alex
Replies (3)
Please register to reply
RE: How to load a compiled stylesheet - Added by Michael Kay over 8 years ago
Basically, any interface that accepts a source stylesheet document also accepts and recognizes a compiled stylesheet (which we have now decided to call a "stylesheet export file", though that term isn't yet widely used in the documentation).
I'm sure the documentation says that somewhere, but almost certainly not in quite the right place...
RE: How to load a compiled stylesheet - Added by Debbie Lockett about 8 years ago
The documentation page has just been updated: http://www.saxonica.com/html/documentation/using-xsl/compiling.html
It now includes more information about executing a stylesheet export file.
RE: How to load a compiled stylesheet - Added by Alex Jitianu about 8 years ago
Tank you all! I'll give it a try.
Please register to reply