I use the double feature Xerces-C 1.6.0 and Xalan-C 1.3. When I construct a Xerces-C DOM and tell Xalan-C to transform it, I get an errror related to namespaces.
The Xalan-C people mentioned I have to create a DOM Level2. MMh. How do I do this? I use "DOM_Document::createDocument()" to create a DOM_Document and add many Elements, Attributes with "createElementNS(...)" and "createAttributeNS(...)". Is there a special switch to turn on DOM Level 2? How can I test whether my DOM_Document is DOM Level2 or Level1? TIA HolgeR -- holger floerke d o c t r o n i c email [EMAIL PROTECTED] information publishing + retrieval phone +49 2222 9292 90 http://www.doctronic.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
