Message
From
29/07/2003 14:38:37
 
 
General information
Fórum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
ID da thread:
00814645
ID da mensagem:
00814646
Views:
11
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
Responder
Mapa
View