B bluedude Well-Known Member Licensed User Longtime User Jun 20, 2014 #1 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.
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.
L Linostar Member Licensed User Longtime User Jun 20, 2014 #2 Take a look at this: http://www.b4x.com/android/forum/threads/xml-parsing-with-the-xmlsax-library.6866/ Upvote 0
Take a look at this: http://www.b4x.com/android/forum/threads/xml-parsing-with-the-xmlsax-library.6866/
Reviewnow Active Member Licensed User Longtime User Jun 20, 2014 #3 take a look at this http://www.b4x.com/android/forum/th...and-store-results-into-sqlite-database.39131/ Upvote 0
take a look at this http://www.b4x.com/android/forum/th...and-store-results-into-sqlite-database.39131/
warwound Expert Licensed User Longtime User Jun 21, 2014 #4 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
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.