Hi everyone,

I have a problem with serializing a document which redeclares the default
namespace to be empty, like so:

<html xmlns="http://www.w3.org/1999/xhtml";>
        <head>
                <model>
                        <instance>
                                <nons xmlns="">
                                </nons>
                        </instance>
                </model>
        </head>
</html>

When serializing the document using XMLWriter, the namespace declaration on
<nons> disappears, thus effectively moving the element into the default
namespace declared on the <html> element.

I'm investigating the problem myself but am short on cycles for the moment,
so I would appreciate it if one of you would take a look.

Cheers,

-- Steen


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to