-X produces invalud XML for certain SONY tags

Started by Mac2, January 02, 2013, 04:57:45 AM

Previous topic - Next topic

Mac2

ExifTool produces an invalid node name (starting with a digit) for certain tags, e.g.

<Sony:3DPanoramaSize>

the resulting document is not well-formed and rejected by MSXML or other XML parsers.

Phil Harvey

Thanks for pointing this out.  I'll fix this in version 9.11 by changing these tag names.  (There are 3 of them: Sony:3DPanoramaSize, DICOM:3DRenderingType and Microsoft:35mmFocalLength)

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Mac2