>Does anyone know how to extract an entire structure from a DOM tree
>and return the structure in XML format in a char *.

Two options:

1) Adapt the DOMPrint sample program to write to a character buffer.

2) Translate the Java version's serializer classes to C++, if someone isn't
already working on that.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to