atom feed15 messages in org.oasis-open.lists.docbook-appsRe: DOCBOOK-APPS: My ordered lists ha...
FromSent OnAttachments
Norman WalshMar 21, 2002 3:38 am 
Camille BégnisMar 21, 2002 7:00 am 
Yann DirsonMar 21, 2002 8:09 am 
Stephen BannaschMar 21, 2002 9:07 am 
Alexander KirillovMar 21, 2002 10:00 am 
Bob StaytonMar 21, 2002 10:44 am 
Stephen BannaschMar 21, 2002 11:46 am 
Bob StaytonMar 21, 2002 12:33 pm 
Ed NixonMar 21, 2002 12:55 pm 
Stephen BannaschMar 21, 2002 2:03 pm 
Stephen BannaschMar 22, 2002 6:18 am 
Karl EichwalderMar 22, 2002 10:35 am 
Norman WalshMar 24, 2002 9:38 am 
Stephen BannaschMar 24, 2002 6:55 pm 
Norman WalshMar 25, 2002 5:45 am 
Subject:Re: DOCBOOK-APPS: My ordered lists have extra space between lines.
From:Stephen Bannasch (step@concord.org)
Date:Mar 21, 2002 2:03:45 pm
List:org.oasis-open.lists.docbook-apps

Oh dear ... browsers!

I checked with IE 5.1 and Mozilla 0.9.6 on MacOS X.

At 12:29 PM -0800 3/21/02, Bob Stayton wrote:

Well, I looked at your URL and they all look the same to my browsers: IE 5.5 on Win98 and Netscape 4.72 on Linux. They all have no space between items. Strange. What version of IE are you using?

Removing the <p> tags is probably the most reliable method, but doing that with the XSL stylesheets could be tricky.

On Thu, Mar 21, 2002 at 02:43:10PM -0500, Stephen Bannasch wrote:

Bob,

I tested your html in IE and Mozilla and it didn't seem to work.

I think the html should probably look like this:

<div class="orderedlist"> <ol type="1" compact> <li>item 1</li> <li>item 2</li> <li>item 3</li> </ol> </div>

I put up the html for four orderedlists here:

http://concord.org/~stephen/orderedlist.html

The first one uses your method, the second is the one above, the third is the same without the compact attribute, the fourth is what is produced by the docbook stylesheets except that I have removed the trailing </p>. That doesn't seem to help.

-s