Re: inlinegraphic going away... (Was Re: DOCBOOK: image with link)

From
Dave Pawson <>
Date
2001-09-25T18:25:19+00:00
ID
Thread
Re: inlinegraphic going away... (Was Re: DOCBOOK: image with link)
Drat.

Just found out.
  <figure float="0" id="fig601">
	    <title >A Block split over a page boundary</title>
	    <mediaobject>
	      <imageobject>
		<imagedata 	fileref="images\fig6-1.png" format="PNG"/>
	      </imageobject>
	      <textobject>
	    <phrase>		<para>Figure showing two areas created from a single 
block.</para></phrase>
	      </textobject>
	    </mediaobject>
	  </figure>

produces alt text in the html,

  <figure float="0" id="fig601">
	    <title >A Block split over a page boundary</title>
	    <mediaobject>
	      <imageobject>
		<imagedata 	fileref="images\fig6-1.png" format="PNG"/>
	      </imageobject>
	      <textobject>
	   <para>Figure showing two areas created from a single block.</para>
	      </textobject>
	    </mediaobject>
	  </figure>

Doesn't. Both valid docbook.

I wish I'd known that sooner. Is there any rationale why <phrase> wrapper 
needed to
produce the alt text?

Regards DaveP