<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>zenphoto forums Tag: xmp</title>
<link>http://www.zenphoto.org/support/</link>
<description>zenphoto forums Tag: xmp</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 14:39:55 +0000</pubDate>

<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60250</link>
<pubDate>Tue, 10 Jan 2012 16:52:53 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60250@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;All right, thanks for your work.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60248</link>
<pubDate>Tue, 10 Jan 2012 16:42:08 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">60248@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;No, I do not, I get as you expect. I am guessing that what you see is a result of the browser tyring to interpret the &#60;code&#62;&#38;amp;&#60;/code&#62;&#60;code&#62;§&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Anyway, I did my tests by saving the result to a disk file to keep the browser out of the picture. &#60;/p&#62;
&#60;p&#62;But I did notice that &#60;code&#62;&#38;amp;&#60;/code&#62;&#60;code&#62;apos;&#60;/code&#62; does not get converted. So maybe we really need a full XML character table and not just the PHP &#60;code&#62;html_entities_decode()&#60;/code&#62; I'll work on that.
&#60;/p&#62;</description>
</item>
<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60242</link>
<pubDate>Tue, 10 Jan 2012 15:58:02 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60242@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Ah? I know that &#60;code&#62;&#38;amp;§&#60;/code&#62; is not valid HTML, but with the first line of my above paste (it's raw, there is no translation), I would expect &#60;code&#62;&#38;amp;&#38;#39;&#38;amp;&#38;#39;&#38;amp;x&#38;amp;§&#38;amp;e&#60;/code&#62;, but I get &#60;code&#62;&#60;a href=&#34;http://i.imgur.com/hYVsx.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/hYVsx.png&#60;/a&#62;&#60;/code&#62;.&#60;br /&#62;
Don't you get the same result?
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60229</link>
<pubDate>Tue, 10 Jan 2012 12:07:58 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">60229@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;It looks like it is rendering correctly to me. However remember that the output may cause you issues: &#60;code&#62;&#38;amp;&#60;/code&#62;&#60;code&#62;§&#60;/code&#62; is not valid HTML
&#60;/p&#62;</description>
</item>
<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60211</link>
<pubDate>Mon, 09 Jan 2012 23:42:47 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60211@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Oops, sorry for the mess. No I mean, if you write an entity that represents the ampersand, then in some cases the character that immediately follows is ignored. Try e.g., to render &#60;code&#62;&#60;a href=&#34;https://pastebin.com/raw.php?i=y77sUUcB&#34; rel=&#34;nofollow&#34;&#62;https://pastebin.com/raw.php?i=y77sUUcB&#60;/a&#62;&#60;/code&#62;: the first line is messed up, while the second is fine.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60208</link>
<pubDate>Mon, 09 Jan 2012 19:27:32 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">60208@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;It is hard to read/write html entities on a website. But it seems to me that what you are describing is that the translation fails when you have a naked ampersand preceding an entity. That is, of ocurse, not legal--ampersand is supposed to be represented by &#60;code&#62;&#38;amp;&#60;/code&#62;&#60;code&#62;amp;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60196</link>
<pubDate>Mon, 09 Jan 2012 13:42:12 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60196@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Wow, that was fast!&#60;br /&#62;
I checked it against &#60;a href=&#34;https://en.wikipedia.org/wiki/Character_entity_reference&#34; rel=&#34;nofollow&#34;&#62;https://en.wikipedia.org/wiki/Character_entity_reference&#60;/a&#62;, and as far I saw the entity and numeric (decimal and hexadecimal) references are rendered properly, except one thing: the &#38;amp; (&#60;code&#62;&#38;amp;&#60;/code&#62;, &#60;code&#62;&#38;amp;#38&#60;/code&#62; and &#60;code&#62;&#38;amp;#x26&#60;/code&#62;) &#34;eats&#34; one character too many in some (!) cases: try eg, to render &#60;code&#62;&#38;amp;&#38;#39;&#38;amp;&#38;amp;apos;&#38;amp;x&#38;amp;&#38;amp;sect;&#38;amp;e&#60;/code&#62;. On the other hand, &#60;code&#62;&#38;amp;a&#38;amp;a&#60;/code&#62; looks fine
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60182</link>
<pubDate>Sun, 08 Jan 2012 16:42:58 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">60182@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Normally, yes, but I have made the change and it will be in the nightly tonight. I would appreciate some testing, though.
&#60;/p&#62;</description>
</item>
<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60181</link>
<pubDate>Sun, 08 Jan 2012 15:20:32 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60181@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;All right thanks ;) If you want me to open a ticket just let me know.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60180</link>
<pubDate>Sun, 08 Jan 2012 14:07:59 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">60180@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;The plugin probably should be decoding HTML entities. We will add that to the list.
&#60;/p&#62;</description>
</item>
<item>
<title>guilhem on "xmpMetadata and (X)HTML character references"</title>
<link>http://www.zenphoto.org/support/topic.php?id=10224#post-60175</link>
<pubDate>Sun, 08 Jan 2012 10:52:27 +0000</pubDate>
<dc:creator>guilhem</dc:creator>
<guid isPermaLink="false">60175@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I'm wondering, since XMP is XML-friendly, shouldn't xmpMetadata decode HTML characters references? &#60;code&#62;exiftool -tagsfromfile img.jpg img.xmp&#60;/code&#62; produces a XMP where &#38;amp; (&#38;amp;), ' (&#38;#39;), &#34; (&#38;quot;), &#38;gt; (&#38;gt;), and &#38;lt; (&#38;lt;) are escaped. On the other hand &#60;code&#62;exiv2 ex -e xX img.jpg&#60;/code&#62; is fine with quotes, but escapes linefeed (&#38;amp;#xa) among others.&#60;/p&#62;
&#60;p&#62;Or perhaps there another way to circumvent HTML character references?&#60;br /&#62;
Thanks anyway!
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "Photo access rights based on image file IPTC tag"</title>
<link>http://www.zenphoto.org/support/topic.php?id=8680#post-51149</link>
<pubDate>Mon, 24 Jan 2011 13:21:28 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">51149@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Zenphoto does not refine access rights to the image level, only the album level. For more details, please refer to the documentation on the Zenphoto site.
&#60;/p&#62;</description>
</item>
<item>
<title>aviram on "Photo access rights based on image file IPTC tag"</title>
<link>http://www.zenphoto.org/support/topic.php?id=8680#post-51148</link>
<pubDate>Mon, 24 Jan 2011 13:18:27 +0000</pubDate>
<dc:creator>aviram</dc:creator>
<guid isPermaLink="false">51148@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;These methods won't do exactly what I was thinking about. In my idea, single photo visibility or access permission (not just entire albums) should be calculated for each user visiting the site and not globally set the way setShow() does.&#60;/p&#62;
&#60;p&#62;Please confirm: apparently ZP user+group system controls only general access rights of the system as &#34;can post comments&#34; etc. You can assign this profile to root-level albums only, not to their sub-albums, not to single photos inside of them.
&#60;/p&#62;</description>
</item>
<item>
<title>acrylian on "Photo access rights based on image file IPTC tag"</title>
<link>http://www.zenphoto.org/support/topic.php?id=8680#post-51143</link>
<pubDate>Mon, 24 Jan 2011 11:48:25 +0000</pubDate>
<dc:creator>acrylian</dc:creator>
<guid isPermaLink="false">51143@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;You have to do this on the theme directly as tags have no relation to our user rights management. Each theme item object has a class method to check for a tag:&#60;br /&#62;
&#60;a href=&#34;http://www.zenphoto.org/documentation/classes/ThemeObject.html#methodhasTag&#34; rel=&#34;nofollow&#34;&#62;http://www.zenphoto.org/documentation/classes/ThemeObject.html#methodhasTag&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then you could use this one to set the image unpublished:&#60;br /&#62;
&#60;a href=&#34;http://www.zenphoto.org/documentation/classes/ThemeObject.html#methodsetShow&#34; rel=&#34;nofollow&#34;&#62;http://www.zenphoto.org/documentation/classes/ThemeObject.html#methodsetShow&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Note that this will most likely confuse your  thumbnail pagination. So best you do check for this before actually displaying content on your theme.
&#60;/p&#62;</description>
</item>
<item>
<title>aviram on "Photo access rights based on image file IPTC tag"</title>
<link>http://www.zenphoto.org/support/topic.php?id=8680#post-51142</link>
<pubDate>Mon, 24 Jan 2011 11:39:13 +0000</pubDate>
<dc:creator>aviram</dc:creator>
<guid isPermaLink="false">51142@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;How can define access rights or visibility based on IPTC/XMP tags previously embedded on JPEG files ?&#60;/p&#62;
&#60;p&#62;For example, if a new image provided to ZP is tagged as &#34;private&#34;, set it visible only to the administrator. Or a file tagged as &#34;confidential&#34; will be visible only to users of group &#34;A&#34;. Or, even further, only JPEGs taken with specific camera model will be accessible to user &#34;B&#34;.&#60;/p&#62;
&#60;p&#62;I'd like to be able to define these rules but couldn't find any module that let me do that.&#60;/p&#62;
&#60;p&#62;I don't care about doing it directly on the DB (I can script that) but would like to have some advise or pointers on how to do that.&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38712</link>
<pubDate>Wed, 16 Dec 2009 16:25:31 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38712@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;That makes 2 of us. This stuff is pretty obscure code.
&#60;/p&#62;</description>
</item>
<item>
<title>justonelux on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38711</link>
<pubDate>Wed, 16 Dec 2009 15:57:52 +0000</pubDate>
<dc:creator>justonelux</dc:creator>
<guid isPermaLink="false">38711@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;ok, i will do my best but i m not really sure to understand how the data are extracted and parsed from the exif infos.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38710</link>
<pubDate>Wed, 16 Dec 2009 15:47:01 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38710@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;I'll add the code you show above. Thanks. If you are interested in improving the nikon exif handler we would welcome your changes. The best way to do this is to make the chagnes, test them out, and attach your changed nikon.php to a ticket on the Trac system.&#60;/p&#62;
&#60;p&#62;Just a note, we are preparing the 1.2.8 release now, so will not make any changes that add new text to be translated until after that release.
&#60;/p&#62;</description>
</item>
<item>
<title>justonelux on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38708</link>
<pubDate>Wed, 16 Dec 2009 15:24:19 +0000</pubDate>
<dc:creator>justonelux</dc:creator>
<guid isPermaLink="false">38708@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;ok, i will try it. &#60;/p&#62;
&#60;p&#62;Yesterday, i look at exif and nikon.php and found a possible improuvement in nikon.php line 105 for constant aperture zoom-lenses :&#60;br /&#62;
if ($minFL == $maxFL) {&#60;br /&#62;
 $data = sprintf('%0.0f f/%0.0f',$minFL,$minSP);&#60;br /&#62;
&#60;strong&#62;} elseif ($minSP == $maxSP) {&#60;br /&#62;
 $data = sprintf('%0.0f-%0.0fmm f/%0.1f',$minFL,$maxFL,$minSP);&#60;/strong&#62;&#60;br /&#62;
} else {&#60;br /&#62;
$data = sprintf('%0.0f-%0.0fmm f/%0.1f-%0.1f',$minFL,$maxFL,$minSP,$maxSP);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;and &#60;a href=&#34;http://owl.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html&#34;&#62;a post about exif datas in nikon lenses&#60;/a&#62;. Especially, at the end, how to calculate the exact lens type from a bunch of exif infos.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38664</link>
<pubDate>Tue, 15 Dec 2009 16:46:45 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38664@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;After further investigation of the image you supplied. Seems there is a part of the standard that allows a shorthand notation. We did not implement that, but with tonight's nightly build it is there.
&#60;/p&#62;</description>
</item>
<item>
<title>justonelux on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38647</link>
<pubDate>Tue, 15 Dec 2009 10:23:44 +0000</pubDate>
<dc:creator>justonelux</dc:creator>
<guid isPermaLink="false">38647@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;ok, thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38646</link>
<pubDate>Tue, 15 Dec 2009 10:19:58 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38646@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;The field should be EXIFLensType. We will fix that.&#60;/p&#62;
&#60;p&#62;You should open a ticket on this and attach the image that is not being correctly processed.
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38645</link>
<pubDate>Tue, 15 Dec 2009 10:18:33 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38645@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;The field should be EXIFLensType. We will fix that.&#60;/p&#62;
&#60;p&#62;You should open a ticket on this and attach the image that is not being correctly processed.
&#60;/p&#62;</description>
</item>
<item>
<title>justonelux on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38644</link>
<pubDate>Tue, 15 Dec 2009 10:11:50 +0000</pubDate>
<dc:creator>justonelux</dc:creator>
<guid isPermaLink="false">38644@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;for the two F, they are in EXI&#60;strong&#62;FF&#60;/strong&#62;LensType.&#60;/p&#62;
&#60;p&#62;i check again, there is lens data on the field aux:lens
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38607</link>
<pubDate>Mon, 14 Dec 2009 16:58:56 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">38607@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Maybe your XMP data does not have the fields &#60;code&#62;aux:Lens&#60;/code&#62;. There is no mapping defined for LensType.&#60;/p&#62;
&#60;p&#62;Where do you see the 2F?
&#60;/p&#62;</description>
</item>
<item>
<title>justonelux on "how to print xmp data ?"</title>
<link>http://www.zenphoto.org/support/topic.php?id=6616#post-38605</link>
<pubDate>Mon, 14 Dec 2009 16:02:45 +0000</pubDate>
<dc:creator>justonelux</dc:creator>
<guid isPermaLink="false">38605@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;hi, &#60;/p&#62;
&#60;p&#62;i just enabled the xmp extension, check the file format in the options and check that my file had xmp datas.&#60;/p&#62;
&#60;p&#62;the function getImageData('EXIFLensInfo')does not return anything so i look in the image : print_r($_zp_current_image)).&#60;/p&#62;
&#60;p&#62;the fields [EXIFFLensType] =&#38;gt; [EXIFLensInfo] =&#38;gt; are empty to.&#60;/p&#62;
&#60;p&#62;where am i wrong ?&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
JÃ©rÃ©mie&#60;/p&#62;
&#60;p&#62;by the way, there is 2F in the field name EXIFFLensType, is it a bug ?
&#60;/p&#62;</description>
</item>
<item>
<title>sbillard on "XMP tag support"</title>
<link>http://www.zenphoto.org/support/topic.php?id=2110#post-25464</link>
<pubDate>Thu, 06 Nov 2008 09:17:17 +0000</pubDate>
<dc:creator>sbillard</dc:creator>
<guid isPermaLink="false">25464@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;It would be relative easy to add XMP support to zenphoto since it would parallel or extend the current EXIF/IPTC handling. Just create an intermediate interface module that is passed the desired field. That module would then decide if the data was stored in the standard form or in XMP and invoke the appropriate library.&#60;/p&#62;
&#60;p&#62;It just takes someone who is interested in this to do the work.&#60;/p&#62;
&#60;p&#62;BTW: Adobe Bridge is quite happy to store the metadata in the traditional EXIF/IPTC fileds.
&#60;/p&#62;</description>
</item>
<item>
<title>walkerblackwell on "XMP tag support"</title>
<link>http://www.zenphoto.org/support/topic.php?id=2110#post-25460</link>
<pubDate>Thu, 06 Nov 2008 07:13:32 +0000</pubDate>
<dc:creator>walkerblackwell</dc:creator>
<guid isPermaLink="false">25460@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;This is a common miss-understanding with XMP. XMP can be both embedded and built as sidecars. My first impression of XMP was one of distaste because the format was not portable (ie: embedded into files like IPTC.) I was wrong about that though. Bridge and many other applications embed the data directly into the images.&#60;/p&#62;
&#60;p&#62;Because it's built on XML and has dynamic DTDs, we can specify any kind of data and embed that data portably into the file. This includes schema for videos, tifs, and all sorts of files. I think zenphoto has a great organizational backend and database. It now needs to extend to include many forms of media and media tagging schemas. If it does this, it can become the mama bear.
&#60;/p&#62;</description>
</item>
<item>
<title>olihar on "XMP tag support"</title>
<link>http://www.zenphoto.org/support/topic.php?id=2110#post-25137</link>
<pubDate>Mon, 27 Oct 2008 08:28:11 +0000</pubDate>
<dc:creator>olihar</dc:creator>
<guid isPermaLink="false">25137@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Isn't easy enough to save the keywords (tags) and other code in the JPG file that gets uploaded to the server and make ZenPhoto read it like it is right now. I am not seeing XMP reading something you need, as uploading RAW files is something we wouldn't do?&#60;/p&#62;
&#60;p&#62;I do love the XMP standard and how clean and handy it is. Well tough many people don't like it the reason given is all the small extra little files all over the place. I do like it however. I am looking forward to see how the DNG goes in the future where the XMP is &#34;build&#34; into the RAW file.
&#60;/p&#62;</description>
</item>
<item>
<title>walkerblackwell on "XMP tag support"</title>
<link>http://www.zenphoto.org/support/topic.php?id=2110#post-25135</link>
<pubDate>Mon, 27 Oct 2008 07:27:19 +0000</pubDate>
<dc:creator>walkerblackwell</dc:creator>
<guid isPermaLink="false">25135@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;You can view the work that's going on with XMP here. &#60;a href=&#34;http://www.adobe.com/devnet/xmp/&#34; rel=&#34;nofollow&#34;&#62;http://www.adobe.com/devnet/xmp/&#60;/a&#62;  I would suggest adding a Flex GUI for metadata handling. Adobe has already done a lot of the leg-work for XMP 2 via Flex. It wouldn't be to much to put this online and Adobe would probably hire anyone who does it.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
