G
Guest
I have an application that must create a new, but empty, XML file on demand.
My original approach was to copy an existing "template XML file" into the new
XML file. I found that I needed to pass through each table in the newly
created XML file and delete each row. I'm wondering if there is a better
way. For example, I can programmatically create the XML file but the problem
with this method is that the creation process is within a program.
So is there a method that uses a schema to create an empty XML file. If
there is, where is it documented? If not, what is suggested?
TIA
Gus
My original approach was to copy an existing "template XML file" into the new
XML file. I found that I needed to pass through each table in the newly
created XML file and delete each row. I'm wondering if there is a better
way. For example, I can programmatically create the XML file but the problem
with this method is that the creation process is within a program.
So is there a method that uses a schema to create an empty XML file. If
there is, where is it documented? If not, what is suggested?
TIA
Gus