Replies: 6 comments 4 replies
-
I seem to be getting the same error with
|
Beta Was this translation helpful? Give feedback.
-
Hm, this might be because the namespace overriding is not kicking in. In |
Beta Was this translation helpful? Give feedback.
-
just found in my use case that using 'fn:' prefix did the trick for me. The So this part is failing:
|
Beta Was this translation helpful? Give feedback.
-
I'll convert this discussion to an issue. |
Beta Was this translation helpful? Give feedback.
-
workaroundUse 'fn:' prefix for core XPath functions |
Beta Was this translation helpful? Give feedback.
-
I think I found it: for these functions, the correct functionNameResolver wasn't passed. See #155 for the fix! |
Beta Was this translation helpful? Give feedback.
-
I am able to use the
true()
function in MIP XPath expressions, but it doesn't seem to work in control@ref
predicates.The example below throws an error when I try to use
true()
in a predicate (log output).Beta Was this translation helpful? Give feedback.
All reactions