set dossier to (path to desktop as string)
tell application "iView MediaPro"
set lechemin to (dossier & (get name of front catalog) & ".xml") as file specification
make XML file (front catalog) saving in lechemin with media properties, EXIF and POSIX paths
end tell
Voici les options pour make XML file
make XML file specifier : catalog
saving in file specification : the file in which to save the XML data
[media properties boolean] : whether to include the properties of media items
[annotations boolean] : whether to include the annotations of media items
[EXIF boolean] : whether to include the EXIF data of media items
[creating thumbnails folder boolean] : whether to create a folder containing thumbnails for the media items
[creating voice recording folder boolean] : whether to create a folder containing Voice recordings for the media items
[copying original files boolean] : whether to create a folder containing copies of the original files of the media items
[DTD boolean] : whether to include the document type definition (DTD) in the XML file
[POSIX paths boolean] : whether to use POSIX encoding for paths to the media items
[applying XSL Transform file specification] : the file containing the XSL Transform to style the output file
et sa marche
