P
Paul J. Lucas
If I want to embed my own XML inside XMP, as far as I can tell, I should
do something like this:
<?xpacket begin="" id='W5M0MpCehiHzreSzNTczkc9d'?>
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdfescription xmlns:my="http://www.my.com/rdf:about="">
<my:Envelope rdfarseType="Literal">
<foo bar="baz">anything I want</foo>
</my:Envelope>
</rdfescription>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end='w'?>
Yet when I embed such XML inside a TIFF file having tag 700 and open the
TIFF with Photoshop, Photohop complains that the information is wrong (but
doesn't say specifically what) and ignores it.
So how can I embed any XML I want inside an XMP packet?
- Paul
do something like this:
<?xpacket begin="" id='W5M0MpCehiHzreSzNTczkc9d'?>
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdfescription xmlns:my="http://www.my.com/rdf:about="">
<my:Envelope rdfarseType="Literal">
<foo bar="baz">anything I want</foo>
</my:Envelope>
</rdfescription>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end='w'?>
Yet when I embed such XML inside a TIFF file having tag 700 and open the
TIFF with Photoshop, Photohop complains that the information is wrong (but
doesn't say specifically what) and ignores it.
So how can I embed any XML I want inside an XMP packet?
- Paul