Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What could cause this XML parse error ?
Message
From
20/02/2002 01:23:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
What could cause this XML parse error ?
Miscellaneous
Thread ID:
00622370
Message ID:
00622370
Views:
46
Hi All,

We have this XML file (xmltest.xml) created by running CursorToXML in VFP 7 SP 1, however when we try and run XMLTOCURSOR on it, it gives the following error:
XML Parse error: The system cannot locate the object specified.
 Line 0, Position 0.   (null)
I tried using the following code to try and parse it, the error is "The System cannot find the resource specified":
loXML = CREATEOBJECT("MSXML.DOMDocument")
? loXML.load("C:\xmltest.xml")
loError = loXML.parseError
? loError.reason
Does anybody have any ideas on what could be causing this ?

Thanks,

Chris.
Have a nice day :)
Next
Reply
Map
View

Click here to load this message in the networking platform