GNOME Bugzilla – Bug 519127
XMP data packets have wrong 'id' attribute
Last modified: 2008-04-11 19:55:15 UTC
When f-spot writes a new XMP block to a file (e.g. by adding keywords) it writes the following header tag: "<?xpacket begin="\uFEFF" id="testing"?>". This is not fully standard conforming. According to Adobe's latest XMP standard the 'id' attribute is a fixed string for such implementations. Excerpt: " Attribute: id The required id attribute must follow begin. For all packets defined by this version of the syntax, the value of id is the following string: W5M0MpCehiHzreSzNTczkc9d "
Created attachment 106855 [details] [review] xmp-header-fix.patch Full specs at http://www.adobe.com/devnet/xmp/pdfs/xmp_specification.pdf page 32.
*** Bug 526098 has been marked as a duplicate of this bug. ***
fixed in r3822