AEMIKEA
02-13-2010, 05:33 PM
I am trying to make a custom xmp panel for photoshop CS4, I have everything working but 3 fields (keywords, Photographers Rank and Full Name, and Caption and Tag), all I wanted to do was populate the field in my custom photoshop panel and have it populate the field in another existing photoshop panel. The three fields I want to populate in the other panels are in a "bag container" (Keywords and Caption and Tag) the Photographers Rank and Full Name is in a "sequence container". By looking at my code how would I write it?
Thanks
Mike
<?xml version="1.0" encoding="UTF-8"?>
<xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
<xmp_schema prefix="custom" namespace="http://stewart.com/namespace/xmp/" label="$$$/stewart/PanelTitle=DIMOC Information for the 141st Air Refueling Wing"
description="$$$/stewart/PanelDescription=">
<xmp_property name="PEDVersion" category="internal" label="$$$/stewart/blurb/intro=" type="text" />
</xmp_schema>
<xmp_schema prefix="photoshop" namespace="http://ns.adobe.com/photoshop/1.0/" label="$$$/stewart/Blank=" >
<xmp_property name="Title" category="external" label="$$$/iptc/core/Status/Title=VIRIN:" type="text" xmp_path="Title"/>
<xmp_property name="Category" category="external" label="$$$/stewart/ModelRelease=Service Shown:" type="text" xmp_path="Category" />
<xmp_property name="SupplementalCategories/*[1]" category="external" label="$$$/stewart/Class=Classification:" type="text"
xmp_path="SupplementalCategories/*[1]" />
</xmp_schema>
<xmp_schema prefix="dc" namespace="http://purl.org/dc/elements/1.1/" label="$$$/stewart/Blank=" >
<xmp_property name="dc:subject/*[1]" category="external" label="$$$/stewart/keywords=Keywords:" type="text" xmp_path="dc:subject/*[1]" />
</xmp_schema>
<xmp_schema prefix="photoshop" namespace="http://ns.adobe.com/photoshop/1.0/" label="$$$/stewart/Blank=" >
<xmp_property name="Instructions" category="external" label="$$$/stewart/PublicRelease=Public Release Intructions:" type="text" xmp_path="Instructions" />
<xmp_property name="DateCreated" category="external" label="$$$/stewart/datecreated=Date Shot:(yyyy-mm-dd)" type="text" xmp_path="DateCreated" />
<xmp_property name="dc:creator/*[1]" category="external" label="$$$/stewart/CollectID=Photographers Rank and Full Name:" type="text"
xmp_path="dc:creator/*[1]" />
<xmp_property name="AuthorsPosition" category="external" label="$$$/stewart/position=Photographers Home Unit:" type="text" xmp_path="AuthorsPosition" />
<xmp_property name="City" category="external" label="$$$/stewart/city=Base/Locale:" type="text" xmp_path="City" />
<xmp_property name="State" category="external" label="$$$/stewart/state=State/Province:" type="text" xmp_path="State" />
<xmp_property name="Country" category="external" label="$$$/stewart/country=Country/Area:" type="text" xmp_path="Country" />
<xmp_property name="Headline" category="external" label="$$$/iptc/core/Content/Headline=Operation/Exercise Name:" type="text" xmp_path="Headline" />
<xmp_property name="Credit" category="external" label="$$$/iptc/core/Status/Credit=Photographer TDY Unit:" type="text" xmp_path="Credit" />
<xmp_property name="Source" category="external" label="$$$/iptc/core/Status/Source=Digital/Film:" type="text" xmp_path="Source" />
<xmp_property name="Description" category="external" label="$$$/iptc/core/content/description=Caption and Tag:" type="text" xmp_path="Description"/>
<xmp_property name="CaptionWriter" category="external" label="$$$/stewart/CollectionTitle=Caption Editor:" type="text" xmp_path="CaptionWriter" />
<xmp_property name="TransmissionReference" category="external" label="$$$/iptc/core/Status/command=Command Shown:" type="text"
xmp_path="TransmissionReference" />
</xmp_schema>
</xmp_definitions>
Thanks
Mike
<?xml version="1.0" encoding="UTF-8"?>
<xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
<xmp_schema prefix="custom" namespace="http://stewart.com/namespace/xmp/" label="$$$/stewart/PanelTitle=DIMOC Information for the 141st Air Refueling Wing"
description="$$$/stewart/PanelDescription=">
<xmp_property name="PEDVersion" category="internal" label="$$$/stewart/blurb/intro=" type="text" />
</xmp_schema>
<xmp_schema prefix="photoshop" namespace="http://ns.adobe.com/photoshop/1.0/" label="$$$/stewart/Blank=" >
<xmp_property name="Title" category="external" label="$$$/iptc/core/Status/Title=VIRIN:" type="text" xmp_path="Title"/>
<xmp_property name="Category" category="external" label="$$$/stewart/ModelRelease=Service Shown:" type="text" xmp_path="Category" />
<xmp_property name="SupplementalCategories/*[1]" category="external" label="$$$/stewart/Class=Classification:" type="text"
xmp_path="SupplementalCategories/*[1]" />
</xmp_schema>
<xmp_schema prefix="dc" namespace="http://purl.org/dc/elements/1.1/" label="$$$/stewart/Blank=" >
<xmp_property name="dc:subject/*[1]" category="external" label="$$$/stewart/keywords=Keywords:" type="text" xmp_path="dc:subject/*[1]" />
</xmp_schema>
<xmp_schema prefix="photoshop" namespace="http://ns.adobe.com/photoshop/1.0/" label="$$$/stewart/Blank=" >
<xmp_property name="Instructions" category="external" label="$$$/stewart/PublicRelease=Public Release Intructions:" type="text" xmp_path="Instructions" />
<xmp_property name="DateCreated" category="external" label="$$$/stewart/datecreated=Date Shot:(yyyy-mm-dd)" type="text" xmp_path="DateCreated" />
<xmp_property name="dc:creator/*[1]" category="external" label="$$$/stewart/CollectID=Photographers Rank and Full Name:" type="text"
xmp_path="dc:creator/*[1]" />
<xmp_property name="AuthorsPosition" category="external" label="$$$/stewart/position=Photographers Home Unit:" type="text" xmp_path="AuthorsPosition" />
<xmp_property name="City" category="external" label="$$$/stewart/city=Base/Locale:" type="text" xmp_path="City" />
<xmp_property name="State" category="external" label="$$$/stewart/state=State/Province:" type="text" xmp_path="State" />
<xmp_property name="Country" category="external" label="$$$/stewart/country=Country/Area:" type="text" xmp_path="Country" />
<xmp_property name="Headline" category="external" label="$$$/iptc/core/Content/Headline=Operation/Exercise Name:" type="text" xmp_path="Headline" />
<xmp_property name="Credit" category="external" label="$$$/iptc/core/Status/Credit=Photographer TDY Unit:" type="text" xmp_path="Credit" />
<xmp_property name="Source" category="external" label="$$$/iptc/core/Status/Source=Digital/Film:" type="text" xmp_path="Source" />
<xmp_property name="Description" category="external" label="$$$/iptc/core/content/description=Caption and Tag:" type="text" xmp_path="Description"/>
<xmp_property name="CaptionWriter" category="external" label="$$$/stewart/CollectionTitle=Caption Editor:" type="text" xmp_path="CaptionWriter" />
<xmp_property name="TransmissionReference" category="external" label="$$$/iptc/core/Status/command=Command Shown:" type="text"
xmp_path="TransmissionReference" />
</xmp_schema>
</xmp_definitions>