icarus-consulting / Yaapii.Xambly

A port of Xembly library by Yegor Bugayenko. Lighweight XML parser, generator and manipulator.
MIT License
7 stars 0 forks source link

XPath Directive doesn't support namespaces #191

Closed aveXcaesar closed 6 months ago

aveXcaesar commented 7 months ago

Expected Behavior

I can use the XPath Directive with a XPATH that contains a XML namespace

Actual Behavior

Not possible to inject a namespace resolver nor the Xambler knows about the defined namespaces in the injected XML

Steps to reproduce the behavior

The log given by the failure.

Mention any other details that might be useful

aveXcaesar commented 6 months ago

duplicate to #173