pombreda / fits

Automatically exported from code.google.com/p/fits
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Embedded jhove tool ouput doesn't match jhove's output #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using Jhove 1.5 and FITS 0.4.2, I see differing Jhove XML ouputs between Jhove 
and FITS.

This is for a TIFF 6.0 file
e.g., FITS:  <mix:ImageWidth>5389</mix:ImageWidth>
vs Jhove:    <mix:imageWidth>5389</mix:imageWidth>

The xpath to said element changes, too. 
I'd think the embedded Jhove ouput should be a direct copy, less any need 
namespace tweaks.

OS X 10.5.7.

Original issue reported on code.google.com by bbb...@gmail.com on 30 Aug 2010 at 5:22

GoogleCodeExporter commented 9 years ago
That's strange. The MIX schema defines the image width element with a lowercase 
i.  Looking at some of my sample output I'm not seeing the uppercase I.

Original comment by spencer_...@harvard.edu on 21 Oct 2010 at 7:13