|
| I need to generate many new XML files using schema.xsd
files as the template. I will probably be pulling random
data from a data base for values. This is a QA
application. The schema is somewhat complex. My
question is what is the most common progammatic approach
to do this? (As the schema may change over time, for
each instance I want to parse the schema, analyse each
element in turn, write to the XML document) I will be
using DotNET Visual Basic Not in a web environment. I
see their are seemingly parallel SOM's (SOM and MSXML
SOM), which one is better adapted for this? Is their a
link to a page that shows this general process
somewhere?
|
|