Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLAdapter, how to avoid or disable Schema creation?
Message
De
29/07/2003 14:38:37
 
 
À
29/07/2003 14:33:13
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00814645
Message ID:
00814646
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>I need to create a file in a specific XML dialect internal to the company. The specs are very simple and require just the data from several different tables
>
>XMLAdapter is perfect for this, as it can create one XML file with different tables/layouts, all in one file.
>
>I add the tables to the collection with:
>
>oXA.AddTableSchema(<table1>,.T.)
>oXA.AddTableSchema(<table2>,.T.)
>* etc.
>
>this works fine and creates a good result, but it includes the schemas for those tables/cursors.
>
>How do I disable, get rid of the schemas, which I do not need in this file? (other than post processing with StrTran() or some such idea to clean up and get rid of them after the fact).

Hi Alex,

This should help:
oXA.XMLSchemaLocation=""
Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform