Quote:
Originally Posted by Sweetpea
Problem with FB2 is that most documentation is in Russian. I did look into it when I first decided I'd want more formats than simply mobipocket (aka, when I got my BeBook Mini). But I just couldn't get it to work (partly because of the fact that images are entered binary and I've no idea how to put a TOC in there...)
|
How can I help you with FB2?
I have had a brief look and it seemed to be pretty straightforward format.
An XML file with some elements that are mandatory.
I was under impression that you include images and other "binary" elements inside an FB2 file by using the same encoding as email clients use (MIME, UUE, XXE).
There are .xsl files available on the official FB2 site. You just feed appropriate .xsl file alongside an FB2 file into a parser written in Java (standard tool, from what I understood) and it does conversion for you. I am under an impression that even some XML aware browsers can use that .xsl. But I am not specialist in that field.
I can look into specific problem for you, if you are interested ...