C
chiry
Is there a way to make Element.addContent add the content at a
specific location?
I need to update an existing jdom object in memory, by adding/removing
some elements. problem is, addContent() always add at the end, and as
a result the resulting XML object doesn't validate against the XSD
file.
Is there a way to add an element at a specific location?
Thanks.
Raymond
specific location?
I need to update an existing jdom object in memory, by adding/removing
some elements. problem is, addContent() always add at the end, and as
a result the resulting XML object doesn't validate against the XSD
file.
Is there a way to add an element at a specific location?
Thanks.
Raymond