RE: selectSingleNode and selectNodes in the COM interface

2004-10-05 Thread Chris Greening
ROTECTED] Sent: 05 October 2004 17:56 To: [EMAIL PROTECTED] Subject: Re: selectSingleNode and selectNodes in the COM interface Hi Chris, the issue is that the two methods accept an arbitrary XPath syntax, while Xerces has just the minimal XPath support that XMLSchema uses to identify duplicate node

Re: selectSingleNode and selectNodes in the COM interface

2004-10-05 Thread Alberto Massari
Hi Chris, the issue is that the two methods accept an arbitrary XPath syntax, while Xerces has just the minimal XPath support that XMLSchema uses to identify duplicate nodes (maybe this is what you need...) The only solution I see would be to build xml4com against both Xerces and Pathan (an open

selectSingleNode and selectNodes in the COM interface

2004-10-05 Thread Chris Greening
I know this has been asked before. But is anyone looking at adding an implementation for these two functions to the COM wrapper? If it's not currently being looked at then I wouldn't mind spending some time looking at what needs to be done. Regards Chris. ---