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?
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: