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] | [List Home]


Subject: [docbook] graphics in an articleinfo section



I'm trying to add an image to a document header, and was expecting to be able
to do something along the lines of:

<articleinfo>
<mediaobject>
<imageobject>
<imagedata fileref="my_graphic.png" format="PNG"/>
</imageobject>
</mediaobject>
<title>An Exciting Document</title>
</articleinfo>

However, although this validates, it doesn't actually generate anything
image-related in the resulting html. mediaobject is apparently a permissible
child of articleinfo; is this just not supported using the standard DocBook
XSL set ?

(I've tried using graphic, too, which also doesn't generate anything in the
html.)

Thanks.
-- 
View this message in context: http://www.nabble.com/graphics-in-an-articleinfo-section-tf4951300.html#a14176972
Sent from the docbook General mailing list archive at Nabble.com.



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