Army wrote:
Army wrote:
Given the nature of the error "Programmer's assertion in
getNextStepPos", my guess is that this is a Xalan-side issue.
For the record, I tried this with Xalan 2.7 and the assertion is gone;
in its place is a much more reasonable exception:
ij> select xmlexists('//attr*' passing by ref x) from xt_1;
ERROR 10000: Encountered error while evaluating XML query expression for
XMLEXISTS operator; see next exception for details.
ERROR XJ001: Java exception: 'A location path was expected, but the end
of the XPath expression was found instead.:
javax.xml.transform.TransformerException'.
So yes, it looks like the assertion failure is a Xalan-side issue.
Army
Thanks for verifying Army.
-suresh