[Webkit-unassigned] [Bug 6638] New: Support Mozilla's XPathEvaluator object.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jan 17 20:42:40 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6638

           Summary: Support Mozilla's XPathEvaluator object.
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: XSLT
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jesse at cozgood.com


Mozilla supports the following method of executing an XPath query on a document:

var xpe = new XPathEvaluator();
var nsResolver = xpe.createNSResolver(doc)
var objResult = xpe.evaluate("/xpath/query", doc, nsResolver, 0, null);

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



More information about the webkit-unassigned mailing list