Thread: EPUB output
View Single Post
Old 11-10-2008, 02:39 AM   #260
thawk
Connoisseur
thawk began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Oct 2008
Device: prs 505
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.
thawk is offline   Reply With Quote