Dopey me. That is with DSSSL 1.73 against Docbookx 4.1.2 -----Original Message----- From: Phillip Shelton [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 November 2001 11:04 To: DocBook-Apps ML (E-mail) Subject: DOCBOOK-APPS: Simple lists
Processing. Is there any way to over-ride the inheritance of the paragraph
settings on this element?
Because I have found a unwanted feature/bug with the way the style sheets
handle this.
Example XML file. (I probably didn't need the guiicon element in the
example. Oh well.)
<?xml version="1.0" standalone="no"?>
<!DOCTYPE article SYSTEM "d:/xml/sgml/dtd/docbookx41/docbookx.dtd">
<article>
<sect1>
<title>Simplelist problems</title>
<variablelist>
<title>The title of the variablelist.</title>
<varlistentry>
<term><varname role="attibute">The only term in the variable
list</varname></term>
<listitem>
<para><simplelist>
<member><guiicon>1st member</guiicon></member>
<member><guiicon>2nd member</guiicon></member>
<member><guiicon>3rd member</guiicon></member>
<member><guiicon>4th member</guiicon></member>
</simplelist></para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
</article>
and an image of the result.
<<text.png>>
text.png
Description: Binary data
