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:33:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
XMLAdapter, how to avoid or disable Schema creation?
Miscellaneous
Thread ID:
00814645
Message ID:
00814645
Views:
42
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).


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Next
Reply
Map
View

Click here to load this message in the networking platform