Author Topic: Tag for title of book  (Read 709 times)

alex_1982

  • Newbie
  • *
  • Posts: 3
Tag for title of book
« on: August 19, 2010, 04:02:39 pm »
Hi there,


I havent found any info about that in the wiki or else where, so

is there a tag for the title of the book
or a tag for the coverpage where I can define the title ?

I need a title for chapter too  ???

Besides,
Im not looking for the title tag for different languages. Ive already found that one.

If not, why?

The reason is, that I want to read the mz3 XML in Java and use the title of the book.

Thanks a lot,
Alex

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Tag for title of book
« Reply #1 on: August 23, 2010, 10:23:21 pm »
As always there are several ways ;) To name a few:
1) you could just add an image containing the title to the page via an image tag, and add an attribute to the book / chapter / page (which would be ignored by the MegaZine3 engine, but could be parsed by your Java application).
2) you could use the <txt> element.

There might be better ways I didn't think of right away, but this might at least get you started.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.