Hi,

 

I noticed that the constructor from a XalanDocument  

XSLTResultTarget(XalanDocument* document);

is available in 1.4 but not in 1.5 (latest distro, http://xml.apache.org/xalan-c/dist/rc1).

 

Are there any plans to support creation of XSLTResultTarget  from XalanDocument (and XalanDocumentFragment, XalanElement) again? I find this API quite useful when storing the output of a transform (XalanTransformer::transform) as DOM instead of into an output stream.

 

Emmanuel

Reply via email to