wting / epub-tools

Automatically exported from code.google.com/p/epub-tools
2 stars 1 forks source link

fb2 to epub conversion #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Converting fb2 to epub.

What is the expected output? What do you see instead?
An epub that can validate. Anidate class p generated is not a valid epub
using epubcheck.

fb2: (code)
<subtitle><p>Loren ipsum</p></subtitle> 

epub: (generated)
<p class="subtitle"><p class="p">
Lorem ipsum</p></p>

What version of the product are you using? On what operating system?
Last versión of fb2 to epub converter

Please provide any additional information below.

Original issue reported on code.google.com by mmfact...@gmail.com on 7 Apr 2010 at 7:11