Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmltocursor
Message
From
13/02/2004 15:49:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Xmltocursor
Miscellaneous
Thread ID:
00877273
Message ID:
00877273
Views:
74
I have an xml file which I am trying to import into VFP cursor using
lcxml = "z:\newclient\results.xml"
XMLTOCURSOR("" + lcXML + "", "mycursor4"). When I run this I get an error
XML Parse error: variable '_XMLCALVINH' is not found. node "VFPData"XML=
z:\newclient\results.xml.
But when I open the xml file and manually put the tags, and use
XMLTOCURSOR("z:\tks\batch2.xml", "mycursor2", 512) ,it works fine.

How can I import without manually inputting the VFPData tags.

Thanks
Bharat
Next
Reply
Map
View

Click here to load this message in the networking platform