Is it possible to update XMLMap's schema?

W

William

Using automation (C#), I created a XMLMap using a schema and mapped
all relevant elements to some XML-Lists. However, is it possible, or
how to update the schema elements without lost of formatting?

For example, if the schema had been updated to include an extra column
at the end, how can I (or is it possible to) insert this extra column
onto the existing XMLMap/Schema?

- I can't remove the existing XMLMap and insert a new one since this
will causes all format associated with XMLList to be removed.

- I tried accessing the XMLMap properties, like XMLSchemas collection
and the XML properties, but all are read-only.

Thanks in advance for your help.
William.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top