Project

Profile

Help

Handling result-document in java

Added by Nikola Stanisavljevic over 11 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 ?


Replies (2)

RE: Handling result-document in java - Added by Michael Kay over 11 years ago

You can write an register an implementation of the class OutputURIResolver.

    (1-2/2)

    Please register to reply