Ara Vartanian wrote:

I need a org.dom4j.dom.DOMDocument rather than merely
a org.dom4j.Document, because my XML files have mixed
content, and, as I far as I understand (I easily could
be wrong), Document doesn't support mixed content.

there is no need to use DOMDocument : the default org.dom4j.Document implementations does support mixed content

If add elements programmatically, the serialization
strips the prefixes and leaves only the xmlns tag such
that:
<prefix:name xmlns:prefix="someuri">
becomes:
<name xmlns="someuri">

I'll investigate this ...

regards,
Maarten



-------------------------------------------------------
This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to