10-08-2008 01:05 PM
Hi, I'm wondering if it is possible to skip creating a physical .xml file and parse the XML message I receive directly?
normally, we have to
builder.parse(fileConn.openInputStream());
but it's not possible to open an InputStream on a String...
Solved! Go to Solution.
10-08-2008 01:18 PM
bytearrayinputstream constructed from String.getBytes() [ or whatever it is called.]
This implements something like the c++ stringstream idea.
11-04-2009 08:54 AM
can any one help me using xml parser in BB rim api