This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]