Oops, Sorry Dave.
Hi Suresh If you just want to chain together a couple of transformations like doc1 -> doc2 -> output doc. You can do that using a XalanSourceTreeParserLiaison to create a XalanSourceTreeDocument and giving that to a FormatterToSourceTree and giving that to a XSLTResultTarget. Then using the XalanSourceTreeDocument as the input to the next transformation and repeating until the last transformation. It gets tricky when you final transformation does not result in an xml document, that's best handled by using a output stream. -Corey > > > Greetings Group, > > Is there a way in Xalan to do Sax2Sax transformations > like in Xalan-J. > If there is one could you point me to some sample code that uses this > transformation. I am familiar with Trax API available for > Java. Is there > API like the same available for C++. > > /Suresh >
