Hello,
I am trying to generate a book which currently starts out like so:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//Arbortext//DTD DocBk XML V2.0//EN"
"file:///docbookx.dtd" []>
<?xml-stylesheet href="file:///docbook.xsl" type="text/xsl"?>
<book>
<title>My Product<trademark></trademark> Enhancement Requirements</title>
<subtitle>My SubTitle</subtitle>
<dedication>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="images/image1.gif" format="gif"/>
</imageobject>
</mediaobject>
</screenshot>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="images/image2.gif" format="gif"/>
</imageobject>
</mediaobject>
</screenshot>
Is there any way of doing this without the dedication element? The images
represent company logos, and that's why I want them at the top, below the
title. Also, the above also generates images that are stacked up
vertically. Is there any way to get them in a row (i.e. without a break at
the end of the image?
Thanks.
---------------------------------------------------------------------------
Jeff Rancier [EMAIL PROTECTED]
SofTechnics, Inc. Tel (315) 706-1111
7063 Interstate Island Rd. Fax (315) 706-9999
Syracuse, NY 13209 http://www.softechnics.com
---------------------------------------------------------------------------