OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC