Does SaxonC EE allow you to run/chain two streamable XSLT 3 stylesheets without creating an intermediary XDM value?
Please register to reply
Forums » Saxon/C Help and Discussions »
Added by Martin Honnen 8 days ago
The Java API of Saxon EE allows you to chain streamable stylesheets, with s9api with asDocumentDestination
, with JAXP with XMLFilter
s created from a SAXTransformerFactory
created from StreamingTransformerFactory
.
I was wondering whether I can do something like that with SaxonC EE but I currently don't see any way. Or is there?
Please register to reply