Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing non-table xml
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Parsing non-table xml
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Miscellaneous
Thread ID:
01422447
Message ID:
01422447
Views:
125
I am working with Quickbooks XML integration, and I have a question about parsing a response. Here is an example of a response I am getting when an operation fails:
<?xml version="1.0" ?>
<QBXML>
  <QBXMLMsgsRs>
    <TimeTrackingAddRs statusCode="3310" statusSeverity="Error" statusMessage="... explanation of the error ...." />
  </QBXMLMsgsRs>
</QBXML>
Is there a way to parse this using XMLAdapter or some other tool, or do I just have to do it manually?
Paul R. Moon
Business Software Solutions
paul@businessoftware.com
Next
Reply
Map
View

Click here to load this message in the networking platform