Subject: | cannot delete DateCreated from xmp file wth exiftool 9.54 |
Date: | Mon, 28 Jul 2014 08:58:52 +0100 |
To: | "bug-Image-ExifTool [...] rt.cpan.org" <bug-Image-ExifTool [...] rt.cpan.org> |
From: | Klaus <klaus3b-cpan [...] yahoo.de> |
if i try to delete the tag "DateCreated" using
> rem show content of tag DateCreated
> exiftool -DateCreated datecreated-example.xmp
Date Created : 2002-06-01
> rem delete tag DateCreated
> exiftool -DateCreated= datecreated-example.xmp
> rem show content of tag DateCreated. it was not deleted
> exiftool -DateCreated datecreated-example.xmp
Date Created : 2002-06-01
I am using exiftool 9.54 as exe under windows-7-64
This is the content of datecreated-example.xmp
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.1.1">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/">
<Iptc4xmpCore:DateCreated>2002-06-01</Iptc4xmpCore:DateCreated>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>