Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export to XML
Message
 
To
26/12/2007 08:04:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01277482
Message ID:
01277561
Views:
18
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>
>
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform