Look at the example that creates the xalan.exe executable. /xalan/c/trunk/c/src/xalanc/XalanExe/XalanExe.cpp
The main(...) returns by calling xsltMain(argc,argv); You may also look at /xalan/c/trunk/samples/ for a variety of transformation test modules. Steven J. Hathaway > Hi steven, I have read your Xalan implementation notes. you give us a > great C code example for xalan transformation. However I get some problem > with c++ version code. > We talked yesterday that we have segmentation fault for our c++ version > code. You said that we should delete the query before terminate xalan. > Is there any destroy function in the xalantransformer.hpp? > I mean I checked the api reference, but this reference is little hard to > read, and I am not sure that I find the right function. can you give us > c++ version code example of xalan transformation? That will be appreciate. > > âShuai Peng >