hepabolu wrote
This is what I get:
source:
<oe:version xmlns:oe="openEHR/v1/Version">
....
</oe:version>
binding file:
<fb:context path="/oe:version" xmlns:oe="openEHR/v1/Version">
....
</fb:context>
They don't match on oe:version (missing context path)
Debugging after applying the above patch showed that the namespace URI
is present for the source file (before the patch is was null), but for
the binding I get something like "oe=<<unknown namespace>>"
Does this exception come from jxpath? If so, I think you somehow have to
make the prefixes known to jxpath.
HTH
Carsten