You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by "Jones, Damon" <da...@lmco.com> on 2005/12/05 20:27:03 UTC

XmlCursor - equivalent setObject() method?

Hello,

I am trying to figure out the best way to place a newly created
XmlObject anywhere in my existing XML document. I understand that you
can use the XmlCursor to move to a certain position in the XML document.
Then I would like to add the new XmlObject into that position.

Is there a way to do this.

Thanks,
Damon Jones