You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Becker, Matthias" <ma...@sap.com> on 2001/02/05 14:57:39 UTC

Pars with Xerces and transform with Xalan

Hi,

I want to do the following.
Parse an xml, manipulate the tree with addElement, ... and so on ...
after that I want to transform this xml with Xalan.
This meants, take the tree of the XML (the output of Xerces) and take it 
as Input for Xalan.

Is the any possibility to do this. 

It is not possible to write the xml-tree on 
the disk and then transform it form there.