Lets say I'm inserting a Book Blurb into the metadata in the content.OPF file
Code:
<dc:description>This is the Blurb for my book,
It's a really really nice looking blurb, which has some quote and stuff in it, which
I want to make <i>italic</i> and maybe have some <b>Bold</b> in there as well...
</dc:description>
epubcheck throws up an error:
content.opf(15): unknown element "i" from namespace "http://www.idpf.org/2007/opf"
So does anybody know of a way to get the result I'm after???
Thanks