>> <ul> >> <li><p>Item1</p></li> >> <li><p>Item2</p></li> >> <ul> >> and I wanted: >> <ul> >> <li>Item1</li> >> <li>Item2</li> >> <ul> > > [[[OFF TOPIC: I'm not sure that a Web browser would render > differently the two above HTML lists.]]]
It does! > Please try to add attribute spacing="compact" to such > itemizedlists. See > http://www.docbook.org/tdg5/en/html/itemizedlist.html > > itemizedlist/@spacing is one of the rare DocBook attributes that > influence the processing of the document by the XSLT style sheets. That's the trick! Thanks. Rishi

