On Jan 16, 2008 12:20 AM, Thomas Pawlitzki <[EMAIL PROTECTED]> wrote:
> Hello, > > i am searching for a convinient way to get the XML from an ADB. It > works, when i use the OMElement: > > adb.getOMElement(...).toString(); > > But this is rather compilcated with the QNames and in one situation it > does not work correctly. In one situation the content of the tags are > stripped out and are replaced by \n use omElement.toStringWithConsume(); method. getPullparser is an obsolete method. user the serialize method. thanks, Amila. > > > <test>Hello</test> > becomes > <test> > </test> > > So i wounder if there exists another way to get the xml from and ADB > (over the getPullParser()?). > > Can anyone help? > > Thanks in advance. > Greetings > Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Amila Suriarachchi, WSO2 Inc.
