Xmlpullparser

Hi,

i want the parseIQ method in the IQProvider extended class to return the full xml string, not parsed! I want to parse it later with JDom. So how do i do that? I have the XmlPullParser Object, but what do i do with it?

Thanks for help!

You cant do that unless you want to rewrite smack. You need to use XmlPullParser to parse and create your object or you can try to use reflection, though i dont know how well this works.