Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLAdapter can't parse but XMLTOCursor can
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01008651
Message ID:
01008677
Vues:
18
Well, if XMLTOCURSOR works, then you should be able to work backwards, i.e. do a CURSORTOXML then load that into the XmlAdapter.
XMLTOCURSOR('file1.xml', 'file1', 512)
CURSORTOXML("file1", "file2.xml", 2, 512, 0, "1")
loXml = CREATEOBJECT("XMLADAPTER")
loXml.LoadXml('file2.xml',.t.,.f.)
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform