DOM tree into a XML document ?

Hi, DOM mailing members!

I need to read XML templates (text elements in a database) and fill table
elements dynamically with actual data from an Oracle database. 
The C++ tool to do this is a fixed requirement, the embedded SQL statement
technology too. So we work with XML parser for C++ (e.g. Oracle's or IBM's
(Alphaworks).

Creating a DOM tree and manipulating the values of elements works fine, but
does anyone know how to create a XML document (into a file or into the
buffer) based on the manipulated DOM tree?

Regards
Michael

Michael Sartori
Mainz, Germany

E-Mail: Michael_Sartori@arcormail.de

Received on Friday, 3 December 1999 08:23:37 UTC