I wish to write some kind of XML format enforcer like DTD, XSD or other that
can do the following:
(1) Any element and node must have Type attribute that can be read as data
type by the parser.
(1) Any element and node may have (optional) four more attributes.
I XML enforcer should allow any tree structure and any number of nodes in
any tree.
Does anyone can tell how it's possible?
Any example will be most appreciated.
--
Thanks
Sharon
can do the following:
(1) Any element and node must have Type attribute that can be read as data
type by the parser.
(1) Any element and node may have (optional) four more attributes.
I XML enforcer should allow any tree structure and any number of nodes in
any tree.
Does anyone can tell how it's possible?
Any example will be most appreciated.
--
Thanks
Sharon
Comment