Hi,

Does xalan-c support transforming a xerces-c::DOMDocument into another 
xerces-c::DOMDocument?

The xalan-c API doc indicates that you can transform a xerces-c::DOMDocument 
into a file or output stream. Specifically, an XSLInputSource can be a
xalan-c::XercesDOMWrapperParsedSource<https://apache.github.io/xalan-c/api/classxalanc_1_1XercesDOMWrapperParsedSource.html#a99ba70ee0bc25196712711a5a41967b4>.

But I don't see any variant of the transform method that would result in a 
xerces-c::DOMDocument, i.e., an XSLTResultTarget can only be a file or a stream.

Is it possible to stream the transform output to the Xerces parser to get a 
xerces-c::DOMDocument as a transform result?

Regards,

Paul

Reply via email to