Thank you David for clarifying this.
David Bertoni wrote:
Mansour Al Akeel wrote:
Hello all,
Is there a way that I can create an executable that performs
transformation using a precompiled stylesheet. I have googled and
found a thread similar to what I need
http://www.stylusstudio.com/xsllist/200806/post90260.html, but I need
more details.
Can xalan-c compile an xslt and produce a compiled sheet? If yes, how
? I couldn't find any documentation about this.
No, Xalan-C does not generate executabes or source code.
That article simply suggests embedding the stylesheet in your code as
a C-style string constant. But you would still need to link your
application against Xalan-C, and the stylesheet would still be
processed at run-time.
Dave