Android Question XML parsing by loading a string

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

Does anyone know how I can use the XML parser without first writing a string to a file?

I need a sample please!

Cheers.
 

warwound

Expert
Licensed User
Longtime User
XOM let's you parse an XML string using it's method:

BuildFromString (XmlString As String, BaseUri As String, Tag As Object)

The example on the above link shows how to use this method.

Martin.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…