Inuma Member Licensed User Nov 11, 2017 #1 I want to use XMLBuilder to add new nodes to XMLdocument which is create manually. How to do that? What is InputSource, I can't to declare "parse" procedure?
I want to use XMLBuilder to add new nodes to XMLdocument which is create manually. How to do that? What is InputSource, I can't to declare "parse" procedure?
Erel B4X founder Staff member Licensed User Longtime User Nov 12, 2017 #2 You cannot add nodes to an existing document directly. You can use Xml2Map to read the document. Add the additional data to the map and save it with Map2Xml: https://www.b4x.com/android/forum/t...ple-way-to-parse-xml-documents.74848/#content Upvote 0
You cannot add nodes to an existing document directly. You can use Xml2Map to read the document. Add the additional data to the map and save it with Map2Xml: https://www.b4x.com/android/forum/t...ple-way-to-parse-xml-documents.74848/#content