Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What could cause this XML parse error ?
Message
De
20/02/2002 01:23:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
What could cause this XML parse error ?
Divers
Thread ID:
00622370
Message ID:
00622370
Vues:
47
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 :)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform