coder.xml does not conform to DTD which it contains itself.

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
epi
Posts: 5
Joined: 2011-04-04T13:36:26-07:00
Authentication code: 8675308

coder.xml does not conform to DTD which it contains itself.

Post by epi »

Default coder.xml file in 6.6.9-3-Q16 windows installation does not conform to DTD which it contains itself. There's a <!ELEMENT codermap (coder)+> declaration, which states that at least one "coder" element is required inside "codermap" element. However, there's no coders (besides three commented ones), so the document is not valid. This causes problems with XmlConfig in WiX - the installer is not able to update coder.xml file with new formats supported by my coder, because coder.xml does not pass validation.
I suggest changing the above mentioned declaration to <!ELEMENT codermap (coder)*> (asterisk instead of a plus) to fix this problem.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: coder.xml does not conform to DTD which it contains itse

Post by magick »

We'll get a patch to fix the problem you reported in the next point release of ImageMagick. Thanks.
Post Reply