View Single Post
Old 11-14-2012, 11:53 AM   #1
mzmm
Connoisseur
mzmm doesn't littermzmm doesn't litter
 
mzmm's Avatar
 
Posts: 93
Karma: 126
Join Date: Feb 2012
Device: iPad, Kindle Touch, Sony PRS-T1
refined metadata in epub2?

hi all - i'm working on an epub2.0 and am looking for a way to refine two different <description> elements in the opf, one for the english description of the book, the other for the german description.

seems like <description> is repeatable, so i guess it wouldn't explode if i simply put two <description> elements in there, but i'd like to find a way to refine it to
Code:
<dc:description opf:lang="en"> ... </dc:description>
<dc:description opf:lang="de"> ... </dc:description>
or something.

googling "description element attributes" isn't really working out for me.

any help is appreciated!
mzmm is offline   Reply With Quote