- From: Scott Boag/CAM/Lotus <Scott_Boag@lotus.com>
- Date: Wed, 3 May 2000 14:06:05 -0400
- To: www-dom-xpath@w3.org
Miles Sabin <msabin@cromwellmedia.co.uk> wrote: > So whose implementation will you cast to to get hold of those > optimized query hooks? Yours, obviously. Right, using my optimizations. > But what about ours? > Jonathan and Mikes?; Suns? etc. etc. In the case of my XPath implementation, I would support these via the public DOM interfaces (yes, it would be slower). Other implementations may throw an error. > And do you expect me to support _your_ implementation No, not if you don't support generic DOMs. > Adding an XPath query API to the DOM allows optimized XPath > queries to be _portable_. I don't think having a method on the Node object vs. having a method on an XPath object that takes a node as a context makes one smidgen of difference in terms of optimization or portability. On the contrary, the method with context is more portable. According to your argument, anything that is ever optimized must be a method on the DOM. -scott
Received on Wednesday, 3 May 2000 14:05:45 UTC