"Empty" XML Document
XML / XSL
1
Posts
1
Posters
3
Views
1
Watching
-
Has anyone else ever run across the need to generate an "empty" XML Document based on a Schema? I am using XSD schemas to define the state behind a VB form, using XPath expressions to implementing binding between nodes in the document and controls on the forms. I would like to generate a blank document when I load the form, so that all my XPath expressions are valid, even if they return no value. Any ideas? Thanks!