Quote:
Originally Posted by edipretoro
Hello,
So I've used the mobi2html tool, with the option --mobihtml, and I can see that the HTML file produced contains a lot of <mbp  agebreak>. In my template, I don't use <mbp  agebreak> but <mbp  agebreak />. Can you tell me why my <mbp  agebreak /> are transformed to <mbp  agebreak></mbp  agebreak> ?
|
I might mis-remember but isn't the two forms equivalent? The reason you see it is because the HTML is read in and parsed and then written. And the information about the short form is probably not saved. Maybe this is a configuration issue for the libraries that are used.
Do mobigen produce a working file?