Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML empty manipulation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00558610
Message ID:
00558669
Vues:
27
Hi Rick,
SELECT * from tt_cust WHERE .F. into CURSOR TQuery
>
>lcXML = ""
>CURSORTOXML("TQuery","lcxml",1,48,0,"0")
This command will create a "0.XSD" file, try this:
? FILE("0.xsd")
? Fullpath("0.xsd")
The correct syntax is:
CURSORTOXML("TQuery","lcxml",1,48,0,"")
>? lcXML && Empty XML Document - no schema
>
>CLOSE DATA
>
>XMLTOCURSOR(lcXML,"TCustomers")

Now, this time it bombs out (at least for me)


See you in Milwaukee at the West-Wind Connection Training.

Regards,
Frank Camp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform