Page 1 of 1

XMP structure change

Posted: Wed Jan 19, 2022 9:19 am
by cicciobello
XMP file structure dinamically change if I rate a file or edit XMP description.
This is two version, that dinamycally change from one to the other when I modify rating or description.

Type A

Code: Select all

         <xmp:Rating>1</xmp:Rating>
         <dc:description>Hello Deutschland</dc:description>
Type B

Code: Select all

         <xmp:Rating>3</xmp:Rating>
         <dc:description>
            <rdf:Alt>
               <rdf:li xml:lang="x-default">Hello Frankreich</rdf:li>
            </rdf:Alt>
         </dc:description>
All works OK, but... Is this normal or not? :-|

Re: XMP structure change

Posted: Fri Jan 21, 2022 12:53 pm
by xnview
it's normal, dc:description can have localized text