davepamn Active Member Licensed User Longtime User Dec 29, 2014 #1 I am returning an XML String using httpJob. I want to parse the elements of the returning XML String. Sax Parser requires an input stream. I have a string value. How do I convert the string value to an input stream? The "Attributes" field is undefine. Where is this construct defined? Last edited: Dec 29, 2014
I am returning an XML String using httpJob. I want to parse the elements of the returning XML String. Sax Parser requires an input stream. I have a string value. How do I convert the string value to an input stream? The "Attributes" field is undefine. Where is this construct defined?
Erel B4X founder Staff member Licensed User Longtime User Dec 30, 2014 #2 Use Parse2. It expects a string. Let the IDE autocomplete the event subs. See the IDE Tips link in my tutorial. Upvote 0
Use Parse2. It expects a string. Let the IDE autocomplete the event subs. See the IDE Tips link in my tutorial.