robert_marquardt (AT) gmx (DOT) de wrote:
Quote:
The problem is that the HTML renderer used for ebooks often do not
handle CSS or the CSS file is not part of the eBook.
I have for example a bible with <span class="Verse">GENESIS 7:10</SPAN
"Verse" is not available (and the renderer does not know the attribute
class) so the eBook renders normal text.
What i want is DeCSS the HTML so i can create a good-looking eBook. |
The best I can think of would be to create a set of scripts to go through
and convert every instance of <span class="Verse"> to <strong> and the
related </span> to </strong>. A search and replace would not match the
</span> to the related <span> and may end up mixing up your assorted
styles.
If you use Linux, then your default scripting language, mixed with grep
would probably do the trick, even to the extent of changing all occurrences
within any file within a directory tree. There has got to be something
similar in a windows or mac environment, but I am not the one to talk to
about those systems.
Carolyn
--
Carolyn Marenger