[jdom-interest] Bug Outputting Elements that have text and elements as children
Rick Nucci
rick_nucci at boomi.com
Sun Nov 19 11:53:50 PST 2000
Hello,
I am using the B5 build. Currently XMLOutputter outputs an Element that has
text and elements as children, like this:
<Root>
<Element>
Some Content <Child>Some More Content</Child>
</Element>
</Root>
Shouldn't it be like this:
<Root>
<Element>Some Content
<Child>Some More Content</Child>
</Element>
</Root>
Regards,
Rick Nucci
______________________________________________
Rick Nucci
Partner, Boomi Inc.
rick_nucci at boomi.com
http://www.boomi.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20001119/2ba0d2e6/attachment.htm
More information about the jdom-interest
mailing list