0

I am evaluating Stylus Studio mainly for xquery development against XML payload exchanged using SOAP. I've inherited a complex xquery (about 1800 lines) and when I try to execute it using Saxon as engine I get this error:

XPST0003: Xquery sintax error in ##:Unexpected token " < e o f >" in path expression.

This query works fine in AcquaLogic, so no really sure it's a bug in the file or Saxon. Could anyone please give advise on this? At least to understand on which line it finds this token.

Thanks in advance

4

1 回答 1

0

<EOF>表示撒克逊遇到了文字“文件结束”字节。也许您的路径表达式已损坏?如果其他工具知道缓冲区更长,它们可能会忽略 EOF,但在那条路径上存在疯狂。

于 2010-11-04T09:37:38.707 回答