Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLAdapter
Message
De
02/07/2003 04:45:30
Matthias Will
BiCON Systemtechnik GmbH
Karlsruhe, Allemagne
 
 
À
01/07/2003 13:25:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00802361
Message ID:
00805979
Vues:
39
Hello Aleksey,

hmm - if XMLAdapter uses MSXML4, then I am lost. I've got a xml-document with external xsd. But the XMLAdapter couldn't load/parse it. MSXML4 itself is able to do so. What could be the problem ? The XMLAdapter shows an "XML-Parse-Error : Object couldn't be found ... Line 0 Position 0".
That's how I try :

o = createobject('XmlAdapter')
? o.LoadXML(GETFILE('xml'),.T.,.F.) && Error

and

o = CREATEOBJECT('Msxml2.DOMDocument.4.0')
? o.load(GETFILE('xml')) && Works

TIA
Matthias
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform