← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook] <figure> and images

From
"Cob Rtayton"
Date
2004-07-22T04:47:52+00:00
ID
001c01c46fa7$dad329f0$6601a8c0@toshiro
Thread
Re: [docbook] <figure> and images
[I'm moving this over to the docbook-apps mailing list since it deals with a
formatting application.  The docbook list is for DTD issues.]

I'm not using Forrest, but I am able to process your sample file with the
DocBook XSL 1.65.1 HTML stylesheet without problems.  Have you tried it
outside of Forrest?  What sort of strangeness are you seeing?

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Christian Kaspari" <>
To: <>
Sent: Wednesday, July 21, 2004 7:23 AM
Subject: [docbook] <figure> and images

> Hi everybody,
>
> i惴 kinda new to XML and already having my first problem. I惴 using
> simplified docbook for my XML Files and Apache Forrest 0.6 to build
> html-pages, etc. My problem is, that I惴 using several <figure>-Tags in my
> XML-Files and as long as they contain text everything works fine, but as
> soon as they contain images, the layout and format of the following tags
> isn愒 the way it should be (concerning alignment, font size, etc.). I
placed
> my sample-code below. If I skip the <figure>-tag and just use the
> <mediaobject>-tag, the layout works fine, but I lose the title option for
> graphics. Is there any alternative?
>
> Thanks for your help!
>
> Christian Kaspari
>
> ####################################################
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN"
> "http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd">
>
> <article>
>
> <title>Article Test Document Title</title>
>
> <figure id="testId1"><title>Test Figure</title>
> <mediaobject>
> <imageobject>
> <imagedata fileref="images/image.png" format="PNG"/>
> </imageobject>
> </mediaobject>
> </figure>
>
> <para>
> This is a <quote>short quote</quote>.
> This is a <quote>Quotation with a <quote>nested quotation
> containing a <quote>nested quotation and another <quote>nested
> quotation</quote></quote></quote></quote>.
> </para>
>
> <figure id="testId2"><title>Test Figure</title>
> <programlisting>This is a
>   ProgramListing
> </programlisting>
> </figure>
>
> </article>
>
> ####################################################
>
>
> To unsubscribe from this list, send a post to
, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>
← Prev in month ← Prev in thread
Next in thread → Next in month →