Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What could cause this XML parse error ?
Message
 
À
20/02/2002 01:23:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00622370
Message ID:
00622463
Vues:
16
Hi Chris,

Try to show us the code you are using to create the XML file (CURSORTOXML()). Probably you are not sending the output to a file disk. Suppose you have a cursor named "MyCursor" and you want to create an XML document from it. You could use the following code:
CURSORTOXML("MyCursor", "xmltest.xml", 1, 512)
The last parameter passed in is the nFlag parameter. The value 512 specifies that a file disk will be generated and the name of the file is that passed in the second parameter.

Hope this helps.
-----
Fabio Vazquez
http://www.fabiovazquez.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform