View Single Post
Old 12-09-2010, 09:42 PM   #6
Phoul
Dances with penguins
Phoul began at the beginning.
 
Phoul's Avatar
 
Posts: 54
Karma: 10
Join Date: Oct 2010
Device: Sony PRS-350
Code:
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
		 xmlns:dcterms="http://purl.org/dc/terms/"
		 xmlns:dc="http://purl.org/dc/elements/1.1/"
		 xmlns:prs="http://xmlns.sony.net/e-book/prs/">
	<rdf:Description rdf:about="">
		<dc:title>Dilbert [Wed, 08 Dec 2010]</dc:title>
		<dc:publisher>calibre 0.7.32</dc:publisher>
		<dcterms:alternative>Dilbert</dcterms:alternative>
		<dcterms:issued>2010-12-09</dcterms:issued>
		<dc:language>en</dc:language>
		<dcterms:conformsTo rdf:resource="http://xmlns.sony.net/e-book/prs/periodicals/1.0/newspaper/1.0"/>
		<dcterms:type rdf:resource="http://xmlns.sony.net/e-book/prs/datatype/newspaper"/>
		<dcterms:type rdf:resource="http://xmlns.sony.net/e-book/prs/datatype/periodical"/>
	</rdf:Description>
</rdf:RDF>
Thats from exploding the dilbert epub, it has to be a calibre error..

Last edited by Phoul; 12-09-2010 at 09:48 PM.
Phoul is offline   Reply With Quote