XMP Parsing Question
by Christopher Pryce other posts by this author
Sep 22 2005 12:50PM messages near this date
view in the new Beta List Site
Henrik Hovgaard Laursen/dwa/Kglbib is out of the office.
|
Re: XMP Parsing Question
& XSLT I'm not terribly good with XML yet, but I'm learning.
How would I go about extracting the value of the <xampimg:image> tag in
the following XML fragment, using XML::LibXML ?
Thanks very much.
--
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP toolkit 2.9.1-13,
framework 1.6">
<rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ix="http://ns.adobe.com/iX/1.0/">
<rdf:description xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
rdf:about="uuid:93ab74ca-923b-11d9-b281-0003934be352"
pdf:producer="Adobe PDF library 6.66" />
<rdf:description xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
rdf:about="uuid:93ab74ca-923b-11d9-b281-0003934be352"
photoshop:datecreated="2005-03-11T00:00:00Z"
photoshop:city="Minneapolis" photoshop:state="MN"
photoshop:country="Hennepin" photoshop:credit="SRF Consulting Group,
Inc." />
<rdf:description xmlns:xap="http://ns.adobe.com/xap/1.0/"
xmlns:xapgimg="http://ns.adobe.com/xap/1.0/g/img/"
rdf:about="uuid:93ab74ca-923b-11d9-b281-0003934be352"
xap:createdate="2005-03-11T08:14:14-06:00"
xap:modifydate="2005-03-11T08:40:56-06:00"
xap:creatortool="Illustrator"
xap:metadatadate="2005-03-11T08:40:56-06:00">
<xap:thumbnails>
<rdf:alt>
<rdf:li rdf:parsetype="Resource">
<xapgimg:format>
JPEG
</xapgimg:format>
<xapgimg:width>
244
</xapgimg:width>
<xapgimg:height>
256
</xapgimg:height>
<xapgimg:image>
#### Some Binary Data that I want. ########
</xapgimg:image>
</rdf:li>
</rdf:alt>
</xap:thumbnails>
</rdf:description>
<rdf:description xmlns:xapmm="http://ns.adobe.com/xap/1.0/mm/"
rdf:about="uuid:93ab74ca-923b-11d9-b281-0003934be352"
xapmm:documentid="uuid:84758202-923b-11d9-b281-0003934be352" />
<rdf:description xmlns:dc="http://purl.org/dc/elements/1.1/"
rdf:about="uuid:93ab74ca-923b-11d9-b281-0003934be352"
dc:format="application/vnd.adobe.illustrator">
<dc:creator>
<rdf:seq>
<rdf:li>
Christopher Pryce
</rdf:li>
</rdf:seq>
</dc:creator>
</rdf:description>
</rdf:rdf>
</x:xmpmeta>
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Christopher Pryce
Michael Nachbaur
Christopher Pryce
Bruce Miller
Michael Nachbaur
|