View Single Post
Old 01-25-2013, 05:49 PM   #9
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
I'm just curious is the dc:description should look this complicated?
That's fairly common for a description/summary. xml-escaped html to add some formatting.

I don't know whether it was intentional (or if it even matters) but the attached OPF file has no version attribute in its package element.

Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="uuid_id">
Should probably be:
Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="uuid_id" version="2.0">
DiapDealer is online now   Reply With Quote