[Webkit-unassigned] [Bug 12452] XPath id() function is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 10:48:39 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12452


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12799|                            |review?
               Flag|                            |
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-                     |ap at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #1 from ap at webkit.org  2007-01-30 10:48 PDT -------
Created an attachment (id=12799)
 --> (http://bugs.webkit.org/attachment.cgi?id=12799&action=view)
implement id()

I have certain doubts about XPathResult ordering. The existing code expects
that it is each function's duty to preserve ordering, but that would be fairly
inefficient when the client doesn't need ordered results. Maybe it would be
better to re-order results in XPathResult::convertTo().

Similar issues arise for ANY_UNORDERED_NODE_TYPE, FIRST_ORDERED_NODE_TYPE and
iterator types - building a full snapshot just to provide one of these is
inefficient.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list