Closed eshellman closed 1 month ago
The new HTM file causes the xml parser to crash so badly that ebookmaker can't even emit a CRITICAL log: the xml parser just hangs.
The problem is that it contains <![CDATA[ without a corresponding ]]> .
<![CDATA[
]]>
on closer examination a CRITICAL message is indeed logged, it just takes a while
This book does not use a CDATA section.
The new HTM file causes the xml parser to crash so badly that ebookmaker can't even emit a CRITICAL log: the xml parser just hangs.
The problem is that it contains
<![CDATA[
without a corresponding]]>
.