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
