Menu

Unexpected token "<eof>&quo...

Help
Arvind
2012-09-21
2012-10-08
  • Arvind

    Arvind - 2012-09-21

    Hi

    I am getting this error--

    XPST0003: XQuery syntax error in ##:
    Unexpected token "<eof>" in path expression

    My query looks OK. Kindly let me know how to remove the <eof> so that I can
    run the query without this error

    Thanks,
    Arvind.

     
  • Michael Kay

    Michael Kay - 2012-09-21

    The message means that your expression was not properly terminated: the "end
    of file" was found at a point where the expression is incomplete. For example
    you would get this with an incomplete expression such as

    1 + 2 +

    or

    (3, 4, 5