[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: long alt text
Hello docbook-apps,
Markup like the following
<mediaobject>
<imageobject>
<imagedata fileref="pr1/pr1_screenshot_2.png" />
</imageobject>
<textobject>
<phrase>This diagram is a code flow chart for the Project 1
routine for finding a bounded minimum.</phrase>
</textobject>
</mediaobject>
is producing
<div class="screenshot"><div class="mediaobject"><img
src="pr1/pr1_screenshot_2.png" alt="This diagram is a code flow chart
for the Project 1 routine for finding a bounded
minimum."/></div></div>
In longer alt texts, the " " is appearing multiple
times. This appears to be related to the line wrapping that XXE
automatically applies to the source xml. So, uh, does anyone know a
way around this alt text problem?
from my Makefile:
XMLLINTOPTS=--xinclude --postvalid --noent --nonet
Thank you for your time,
--
http://chrischiasson.com/contact/chris_chiasson
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]