Handling result-document in java
Replies (2)
Please register to reply
Added by Nikola Stanisavljevic almost 12 years ago
I need a way to handle output stream of xsl:result-document function (i dont want to write it do filesystem). I found this in saxon api for .net http://www.saxonica.com/documentation9.0/dotnetdoc/Saxon.Api.IResultDocumentHandler.html How to do this in java ?
You can write an register an implementation of the class OutputURIResolver.
Thank you.
Please register to reply