XPATH

Issue #4 resolved
Former user created an issue

is there a way with xulfx to find nodes using xpath ?

Comments (3)

  1. Vladislav repo owner

    XPath implementation was partially moved in WebIDL and is no longer available through XPCOM interfaces. Therefore, Xulfx 38 does not support it.

  2. Vladislav repo owner

    Changeset f32d508: added GeckoDocument.Evalute(xpath) and extension methods GetNodes(this GeckoNode, xpath), GetSingleNode(this GeckoNode, xpath):

  3. Log in to comment