To some of my images I have added language depending values of e.g. the tag -xmp-dc:rights.
The XMP looks like
Code: Select all
<dc:rights>
<rdf:Alt>
<rdf:li>copyright</rdf:li>
<rdf:li xml:lang='de'>copyright-de</rdf:li>
</rdf:Alt>
</dc:rights>
But this is not correct for me, because there is
- no language x-repair
- no XMP subgroup xmp:rights[1] and xmp:rights[2]
The language information should be a sub-value of the corresponding rights[x] only.
Best regards
Herb