Hi Ara,
 
could you provide us some code that illustrates how you create your dom4j document (variable d in your example)
 
thanks
Maarten

Ara Vartanian <[EMAIL PROTECTED]> wrote:
I'm using dom4j 1.5 and I'm having a problem when
serializing tags of the form:



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 .
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


Do you Yahoo!?
Yahoo! Mail – CNET Editors' Choice 2004. Tell them what you think.

Reply via email to