Creating a new xml document using a new schema

M

michael_oneill

Basically what Im looking to do, is to write a piece of code in .net
which will

1. point at a new schema .xsd;
2. point at an xml file and
3. create a new xml file based on the schema and with the data that is
the same.
4. new items will still be created but left blank. (all attributes in
the schema are optional)

Documents are revised, with new sections being added in, sections taken
out etc and this would be used to facilitate the "dragging" of the data
from the previous schema/xml file, onto the latest schema/xml file.

Any help, comments, suggestions / examples etc welcomed.

Thanks

Mike
 

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