Quote:
Originally Posted by Mister L
Why would epubcheck not return a file name?.
|
Apparently there's a bug in the Usage module of EPUBCheck v4.2.1. If you activate the clipboard copy mode of the epubcheck plugin, you'll most likely find entries such as the following:
Quote:
USAGE(HTM-010): C:\Temp\tmp3ny_jhgg.epub(25,191): Namespace uri 'http://www.w3.org/1999/xlink' was found.
USAGE(HTM-010): C:\Temp\tmp3ny_jhgg.epub/OEBPS/toc.ncx(3,118): Namespace uri 'http://www.daisy.org/z3986/2005/ncx/' was found.
[...]
[...]
USAGE(HTM-010): C:\Temp\tmp3ny_jhgg.epub/OEBPS/Text/cover.xhtml(25,191): Namespace uri 'http://www.w3.org/1999/xlink' was found.
|
It's messages such as the message in the first line that caused this problem. It reported line and column numbers, but no file name. Also, the same message was later in the output repeated with a file name. I've added a updated version to the first post that should ignore such messages.