I'm using dom4j 1.5 and I'm having a problem when
serializing tags of the form:
<prefix:name xmlns:prefix="someuri">
with code like:
OutputFormat outformat =
OutputFormat.createPrettyPrint();
XMLWriter writer = new XMLWriter(new
FileOutputStream(f),
outformat);
writer.write(d);
writer.flush();
The output is stripped down to <suffix xmlns="uri">.
I've searched around the the web and this mailing
list's archives and haven't found anything explaining
this. Also, I'm receiving a "Warning: missing
namespace ignored: xxx" message as the XML is being
parsed. Any help would be greatly appreciated. I've
been poking around for a few days, and I can't figure
out what's going on.
Yrs,
Ara V.
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user