Re: DOCBOOK: XML / SGML dtd compatible?
"k. holwerda" wrote: > <imagedata fileref = "figures/vdraw.gif" format="gif"> that's not valid XML. YOu have to write <imagedata fileref="figures/vdraw.gif" format="GIF"/> Since 'imagedata' is selfcontained, you have to use the trailing '/'. (note also that it appears the xsl stylesheets require the format string to be all uppercase to be recognized as a valid format) Regards, Stefan