Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLAdapter, how to avoid or disable Schema creation?
Message
From
29/07/2003 14:38:37
 
 
To
29/07/2003 14:33:13
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00814645
Message ID:
00814646
Views:
8
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform