XMP structure change

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

Post Reply
cicciobello
Posts: 227
Joined: Wed Dec 25, 2013 7:08 pm

XMP structure change

Post 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? :-|
User avatar
xnview
Author of XnView
Posts: 46257
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: XMP structure change

Post by xnview »

it's normal, dc:description can have localized text
Pierre.
Post Reply