Next in thread → Next in month →

Re: [docbook-apps] Re: DocBook XSL 1.66.1 released

From
Bob Stayton <>
Date
2004-09-20T21:40:56+00:00
ID
00ae01c49f5a$80843ec0$6401a8c0@toshiro
Thread
Re: [docbook-apps] Re: DocBook XSL 1.66.1 released
Hi Sam,
I don't think this is behavior that is new to version 1.66.1.  As far as I
can tell, inheritnum has never been implemented in the HTML (or xhtml)
stylesheets.  In HTML output, the XSL stylesheet does not  generate the list
item label, it just outputs <ol> with a "type" attribute, and expects CSS to
do any further formatting of numbers.

This works in print output as expected.

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Sam Steingold" <>
To: <>
Sent: Monday, September 20, 2004 2:21 PM
Subject: [docbook-apps] Re: DocBook XSL 1.66.1 released


> Hi Bob, thanks for the speedy reply.
>
> I just noticed that
>
> <orderedlist numeration="arabic">
> <listitem><para>foo<orderedlist inheritnum="inherit"
numeration="loweralpha">
> <listitem><para>bar</para></listitem></orderedlist></para></listitem>
>
> is rendered as
>
>    1 foo
>      a bar
>
> and not as
>
>    1 foo
>      1.a bar
>
> as inheritnum="inherit" appears to imply.
>
> Thanks!
>
> -- 
> Sam Steingold (http://www.podval.org/~sds) running w2k
> <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
> <http://www.mideasttruth.com/> <http://www.honestreporting.com>
> A man paints with his brains and not with his hands.
>
>
>
Next in thread → Next in month →