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
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