Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Export to XML
Message
 
À
26/12/2007 08:04:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01277482
Message ID:
01277561
Vues:
17
I assume you wish to append data from other tables into very same XML file. Then you could create a separate cursor/table, gather/append all data there, and then create XML file.


>Hi all
>I' triing to create o XML file like this one above.
>I use: CURSORTOXML( "table1", "export.xml", 1, 512, 0, "" )
>how can I "append" table2 and table3...
>
>thank's in advance
>NPedro
>
>
>
>
><Tarifa>
><table1>
><version_tarifa>3</version_tarifa>
><desc_proveedor>Industria XXX</desc_proveedor>
><version_schema>GO</version_schema>
></table1>
><table2>
><id_gama>G001</id_gama>
><desc_gama>GAMA 001</desc_gama>
><table3>
><id_tarifa>T001</id_tarifa>
><desc_prod>TARIFA 001</desc_prod>
></table3>
><table3>
><id_tarifa>T002</id_tarifa>
><desc_prod>TARIFA 002</desc_prod>
></table3>
></table2>
></Tarifa>
>
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform