You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Sridevi Pabbisetty <sr...@sabre.com> on 2000/10/04 16:49:36 UTC

xml transformation using Xalan C++

I have to convert form one XML form to another using XSLT. I am using
Xalan C++ libraries for the transformation. My problem is that I have
the input XML and the style sheet in a buffer (as char*). Also I need
the output XML in a buffer or as a char*. I did not know how to create
the XSLTInputSource and the XSLTResultTarget from a char*. I would
really aprreciate any help in this regard.

Thanks
Sridevi