Info on Xalan-C

The XSLTInputSource class is an extension of the Xerces::InputSourceType

If you have a memory buffer initialized as a C++ std::istream, you can
supply a pointer argument to the istream as an initialization parameter
to XSLTInputSource.

When you pass a filename as a parameter to XSLTInputSource, the filename
is treated as the systemId, and the referenced file is opened as a
std::istream.

Sincerely,
Steven J. Hathaway
Xalan Documentation Project

On 12/12/2012 11:50 PM, Anoop A R wrote:
Hi,

I am using xalan to transform an xml input to an xml output using an external xsl file.

Is it possible to use the contents of a xsl file as string and pass it as input to the transform function of Xalan? Currently i am passing the xsl file name as input.

Please give your suggestions/answers.

Thanks,
Anoop

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to