Thread: EPUB output
View Single Post
Old 11-10-2008, 06:30 PM   #264
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,450
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by thawk View Post
html2epub will delete < and the trailing characters in the line.

testcase:
Code:
<html>
<head>
</head>
<body>
<p> A line with lt : &lt; something </p>
<p> A line with gt : &gt; something </p>
</body>
</html>
the &lt; and the following characters will be deleted in the output.
Will be fixed in next release
kovidgoyal is offline   Reply With Quote