Hi Sylvain,
The xpath-node-match function is not yet implemented (
http://jira.herasaf.org/browse/XACMLIMPL-25).
Currently we did not plan to implement it.
If you'd like, you could implement it on your own.
Implementing such a function is very simple:
Create a new class implementing the org.herasaf.xacml.core.function.Function interface
The simply implement the logic of the function regarding the XACML 2.0 specification.
See any other function as template, e.g.
http://svn.herasaf.org/herasaf-xacml/tags/0.12.0/herasaf-xacml-core/src/main/java/org/herasaf/xacml/core/function/impl/equalityPredicates/StringEqualFunction.javaAfterwards you can either put the function into the src/main/java/org/herasaf/xacml/core/function/impl/xpath folder, then it should be picked up automatically, or you can configure any location in the Functions.xml config file.
When you decide to implement the function, we would very appreciate it if we could merge it into our trunk.
If you do not have the time or any other problem with implementing, we could surely help you as much as our schedule allows.
If you have any further questions, don't hesitate to ask.
Regards,
Florian