Hi,
You could find some information in the DOMNSTests function of
the DOMMemTest test source file (DOMMemTest.cpp) from the
Xerces-C++ source distribution.

Good luck!
        Vitaly

Dietmar Hummel wrote:
Hi all!

Hopefully you can help me with a little problem. We must read/write xml
files with xml namespaces.
If I try to create such a file the simple way by just creating tags of
the form<abc:root>  will not work, because
xerces throws an exception if I try to serialize a document to disk
where the root node contains a colon.

But on the other hand I could'nt find any example code how to handle xml
namespaces (how to read and write
xml data)

Hopefully you can give me hint...

Regards
dietmar


Reply via email to