readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
383 stars 164 forks source link

Missing XMP parsing? #16

Open AnFengDe opened 10 years ago

AnFengDe commented 10 years ago

Test file: http://code.google.com/p/epub-samples/wiki/SamplesListing#kusamakura-japanese-vertical-writing The file has XMP metadata. I read all callings in epub lib, only found some xmp-record error definitions.

If this feature it to be implemented, let's keep this ticket for future reference.

rkwright commented 9 years ago

This is very old and while XMP is not a formal part of the EPUB 3 spec, it is valid to reference it from the metadata. Leaving this open for investigation.