Hello.
I'm used to fb2 format, but now I want to make my books in epub format.
I like the fb2 metadata "sequence" (to indicate in how collection or book series is the book).
For example the two parts of Don Quixote in fb2 format.would have the follow metadata respectivelly
Code:
<sequence name="Quixote" number="1"/>
and
Code:
<sequence name="Quixote" number="2"/>
However I can't find the equivalent tag in epub.
Anyone knows how is it?
Thanks.