-1

I am getting a error "Unexpected token "< eof >" "--- when I am running a query against a java based xquery library

So I would like to remove the < eof> characters-- how do I remove those? I am working on a Windows 7 PC

karel
  • 13,706
Arvind
  • 185

1 Answers1

1

It's not a character. The parser is telling you that you reached the End Of File (EOF) but that it expected something else instead.

Matteo
  • 8,097
  • 3
  • 47
  • 58