Harsh,

The xalan executable available from the old distribution, or the xalan executable that can be compled from the CurrentSVN can be used. The xalan program requires both an XML file, a XSLT stylesheet file, and sends transformed output to standard output. It is set to stop on first fatal error with the error location sent to the standard error socket.

The xalan command-line executable program requires the xalan and xerces libraries in your executable path. The libraries must be those supported by the build of the xalan program.

You can pass top-level paramers to the stylesheet execution engine.

You can specify whether validation parsing is to be performed.

Sincerely,
Steven J Hathaway

On 6/10/2011 9:53 AM, Harsh_Gupta wrote:
Hi All,

I'm a developer and want to use XALAN for transforming XML files. I've a
doubt whether to go for XALAN command line or shall I write a module using
XALAN-C++ API's? I can understand that using the API's, I can have more
flexibility, but the only thing I want is to transform the XML file and show
error to the users. Therefore, I want to know the difference between them in
terms of the functionalities or the advantages/limitations one has on the
other.

Please point me to the right direction.

Thanks!
Harsh Gupta



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

Reply via email to