Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XmltoCursor()
Message
From
22/01/2002 13:35:47
 
 
To
22/01/2002 12:46:04
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Miscellaneous
Thread ID:
00607884
Message ID:
00608547
Views:
19
>
<Report Control="12345" Date="1/22/2002 " Time="12:46:51 PM"><Property County="Kings" Block="55" Lot="1"><Assessment County="Kings" Block="55" Lot="1"><Address>157 YORK STREET</Address><Owner>BETWEEN THE BRIDGES R</Owner><AttorneyGroup>0</AttorneyGroup><Exemptions>0</Exemptions><Zoning>R6A</Zoning><Reuc></Reuc><TaxClass>4</TaxClass><BuildingClass>K1</BuildingClass><Garage></Garage><YearBuilt>1951</YearBuilt><YearBuiltFlag></YearBuiltFlag><CoopApartments>0</CoopApartments><Stories>1</Stories><Buildings>1</Buildings><TotalUnits>
This data can't be parsed since its not two dimensional. For example, to parse to a cursor, you need something that will end up as a cursor:
<table><record><field1>value</field1></record><table>
or
<table><record field1="value" /><table>
You need to eitehr get the XML to this format, or parse it directly using the MSXML DOM.
Previous
Reply
Map
View

Click here to load this message in the networking platform