原来是默认的
<ROOT>
<note="08/08/2011">
<to>George</to>
<from>John</from>
</note>
<note="09/08/2011">
<to>George</to>
<from>John</from>
</note>
</ROOT> 现在改成这样:
<ROOT>
<abb="08/08/2011">  ------<note=xxxx改成<abb=xxxx
<to>George</to>
<from>John</from>
</abb>
<abb="09/08/2011">
<to>George</to>
<from>John</from>
</abb>
</ROOT> IXMLDOMDocument2
IXMLDOMElement
IXMLDOMNodeList
哪儿能让xpath规则进入当前的程序中, 请老大们指点下吧.