A afsaneh New Member Aug 22, 2020 #1 hello i have file test.html into b4a program and with library jtidy convert to test1.xml I want to parse the test1.xml file How to code a function "Sub parse_EndElement (Uri As String, Name As String, Text As StringBuilder)" please help Attachments test.zip 1.4 KB · Views: 219
hello i have file test.html into b4a program and with library jtidy convert to test1.xml I want to parse the test1.xml file How to code a function "Sub parse_EndElement (Uri As String, Name As String, Text As StringBuilder)" please help
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2020 #2 The simplest way to parse XML is with Xml2Map: https://www.b4x.com/search?query=Xml2Map Upvote 0