P
pvorobie
Guest
If you only want to extract a single value from XML document, try using XPATH API: rbv_api.evalXpath(xmlString, xpathExpr) Traversing DOM structure may be tedious exercise.
Continue reading...
Continue reading...