Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLToCursor Error
Message
From
04/05/2006 12:19:29
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
04/05/2006 12:07:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01119184
Message ID:
01119244
Views:
24
>Try this:
XMLTOCURSOR(XMLTest,'crsXMLCursor',2048)
>(Removed the quotes from around your variable name.) Because you had it enclosed in quotes, the function thinks that the XML you want it to interpret consists of just the 7 characters: "XMLTest". Because it can't find the usual XML identifying info within your 7 characters, it throws the error. Same error happens if you put a filename in quotes as the first param and then forget the 512 flag.

You da Man! Thanks!!
Previous
Reply
Map
View

Click here to load this message in the networking platform