mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
EPUB: Don't use opf:role in EPUB3.
This commit is contained in:
@@ -343,7 +343,8 @@ metadataElement version metadataXML uuid lang title authors date currentTime mbC
|
||||
[ unode "dc:language" lang | not (elt `contains` "language") ] ++
|
||||
[ unode "dc:identifier" ! [("id","BookId")] $ show uuid |
|
||||
not (elt `contains` "identifier") ] ++
|
||||
[ unode "dc:creator" ! [("opf:role","aut")] $ a | a <- authors ] ++
|
||||
[ unode "dc:creator" ! [("opf:role","aut") | version == EPUB2]
|
||||
$ a | a <- authors ] ++
|
||||
[ unode "dc:date" date | not (elt `contains` "date") ] ++
|
||||
[ unode "meta" ! [("property", "dcterms:modified")] $
|
||||
(showDateTimeISO8601 currentTime) | version == EPUB3 ] ++
|
||||
|
||||
Reference in New Issue
Block a user