XMLReader.Parse
From Xojo Documentation
Method
Parses the data in the passed string, s.
Notes
The optional parameter isFinal tells Expat what to do if the end of the data is reached and the XML is not well-formed, for example, if it stops in the middle of an element. Setting isFinal to False will tell Expat not to throw an error because more data will be coming in another call.
Method
XMLReader.Parse(file as FolderItem [,isFinal as Boolean])
Supported for all project types and targets.
Supported for all project types and targets.
Parses the data in the passed document, file.
Notes
The optional parameter isFinal tells Expat what to do if the end of the data is reached and the XML is not well-formed, as described above.