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

<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]

Reply via email to