Hi Joep, Joep De Vocht <[email protected]> writes:
> How do I force DOM to NOT write the "standalone" property in the header. I don't think you can instruct Xerces-C++ not to write the standalone attribute in the XML declaration. What you can do, is disable the XML declaration altogether. If needed, you can then output it yourself without the standalone attribute. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Compiler-based ORM system for C++ http://codesynthesis.com/products/odb Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde
