This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Dopey me. That is with DSSSL 1.73 against Docbookx 4.1.2
-----Original Message-----
From: Phillip Shelton [mailto:shelton@usq.edu.au]
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>>
Attachment:
text.png
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |