You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Roshan Punnoose <pu...@bah.com> on 2005/05/02 18:39:08 UTC

Losing xml-fragment

Hi,

If I have an XmlObject from this xml:

<associations>
	<association txt="Association"/>
</associations>

And it is going to be of type: AssociationsDocument.Associations. And I
print using xmlText(), I get this:

<xml-fragment>
	<association txt="Association"/>
</xml-fragment>

How do I retain the xml tag: associations?

Thanks