Search Results

2
votes
3answers
93 views

Reference to parent node in XSD?

Hi In current w3c version of XSD, is there a way to refer to parent node or child node, when defining rules for a particular node? To make it more clear, can i add a rule in child n …
0
votes

How to save dom with xml

IXMLDOMDocument2 interface has a save method. Check this. …