gutenbergbooks / 30

Other
0 stars 1 forks source link

contains `<![CDATA[ ` without a corresponding `]]>` . #1

Closed eshellman closed 1 month ago

eshellman commented 6 months 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 ]]> .

eshellman commented 6 months ago

on closer examination a CRITICAL message is indeed logged, it just takes a while

asylumcs commented 1 month ago

This book does not use a CDATA section.