Hello,
I am trying to create a xml file from a dataset.
I filled the data set with data from a table in the data base and I am trying to create the xml file using a xml schema. in the xml schema I have removed some columns that I got from the data base.
when i use the function writexml I get in the xml file the columns that was trying to remove.
how can I write xml file without those columns using xml schema.
thank you