[dbdoclet] Package Summary Img Tags

I am using DbDoclet to generate DocBook documentation that contains a 
number of images.  The images are contained in our HTML overview file, as 
well as in the HTML package summary files.  I am also having DbDoclet 
generate class diagrams with Graphviz/Dot.  Our images are in multiple 
formats (JPG and GIF mostly).

Our properties file (dbdoclet.properties) contains a line 
"imagedata.formats=jpg,gif,png".  When the class diagrams are created, 
files in these three formats are generated.  In the XML output, there are 
<imagedata> tags for each of the formats listed above for each image 
generated.  When the XML output is transformed into HTML, only the first 
<imagedata> tag gets converted into an <img> tag.

The problem is, that the <img> tags in our HTML overview get changed as 
well.  So, if we have a gif image in one of our HTML files, (e.g., <img 
src="foo.gif">), it gets changed in the final (transformed) HTML output to 
whichever format is first in the imagedata.formats property (e.g., <img 
src="foo.jpg">).

Is there any way to change this behavior?

Thanks,
Paul


Other related posts: