Namespace missing in XMP metadata
hi paul,
Through scripting i have to updated the field, Sometimes in (advanced) tab, some of the namespaces missing, second oftenly it shows engine busy.If i keep on working with particular files, it shows the xmp metadata error, cannot write the datas. i use coded :
md.namespace = "http://ns.adobe.com/photoshop/1.0/";
mdpurl.namespace = "http://purl.org/dc/elements/1.1/";
mdrights.namespace ="http://ns.adobe.com/xap/1.0/rights/";
mdiptc.namespace="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/";
mdtiff.namespace = "http://ns.adobe.com/tiff/1.0/" ;
md.Headline = Headline[cnt];
md.Source = Source[cnt];
md.Author = Creator[cnt];
md.Title = Title[cnt];
md.Credit=Provider[cnt];
mdiptc.CiEmailWork=CreatorWebsite[cnt];
mdiptc.CiUrlWork=CreatorEmail[cnt];
md.Instructions = Instructions[cnt];
mdiptc.Location = Location[cnt];
md.Copyright = Copyright[cnt];
md.TransmissionReference =JobIdentifier[cnt];
md.Keywords=Keywords[cnt];
mdrights.Marked="True";
mdrights.UsageTerms= RightsUsageTerms[cnt];
md.Caption = Description[cnt];
cnt: referes the index no, reading from csv
