You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by Sa...@iflexsolutions.com on 2004/07/27 17:51:43 UTC

toString gives me

Hi,

I have created an xml element with xml beans using Factory.newinstance()
rather than creating the element by adding it to its parent. Now when I
say element.toString() it is returning me the string <xml-fragment
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></xml-fragment>. 

            I want the element name to be printed rather than the
xml-fragment. 

 

Please advise.

 

Regards,
Sateesh