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
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.