Forum Post: RE: Send and receive XML via Http Post Request

  • Thread starter Thread starter pvorobie
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top