Skip to content

[feature] XPath queries should support multiple handlers by using namespaces #978

@sdalu

Description

@sdalu

XPathContext#evalute use the xmlXPathRegisterFuncLookup function to register a lookup function, unfortunately namespace is not used during the lookup phase.

To fix it:

  • Node#extract_params should allow a hash as handler (as for XSLT#parse)
  • lookup should use the ns_uri parameter

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions