Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML empty manipulation
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00558610
Message ID:
00558669
Views:
28
Hi Rick,
SELECT * from tt_cust WHERE .F. into CURSOR TQuery
>
>lcXML = ""
>CURSORTOXML("TQuery","lcxml",1,48,0,"0")
This command will create a "0.XSD" file, try this:
? FILE("0.xsd")
? Fullpath("0.xsd")
The correct syntax is:
CURSORTOXML("TQuery","lcxml",1,48,0,"")
>? lcXML && Empty XML Document - no schema
>
>CLOSE DATA
>
>XMLTOCURSOR(lcXML,"TCustomers")

Now, this time it bombs out (at least for me)


See you in Milwaukee at the West-Wind Connection Training.

Regards,
Frank Camp
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform