M
Michael Hertz
Assume there is a XSD schema which describes the maximum possible number of fields which can occur in
a XML document.
How do I create such a form either as a HTML form or a text file from the XSD schema source?
The DOM tree is automatically created by the parser.
So there is only the need to create a form from this DOM tree.
I feel that such a tool should be already available because it is a standard task.
Does someone know such a utility?
Michael
a XML document.
How do I create such a form either as a HTML form or a text file from the XSD schema source?
The DOM tree is automatically created by the parser.
So there is only the need to create a form from this DOM tree.
I feel that such a tool should be already available because it is a standard task.
Does someone know such a utility?
Michael