[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xsl list item writes over the label?

Subject: Re: xsl list item writes over the label?
From: Eliot Kimber <ekimber@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 Mar 2005 16:00:35 -0600
fo list item label
josh higgins wrote:
I am trying to use a list and the list-item is writing
over the list-label.  Any ideas?

(I assume that in your real data the elements are not actually empty but nest.)


You have to set the end-indent of the list item label and the start-indent of the list item block so that they don't overlap. It took me forever to finally figure out this aspect of FO (thanks to Ken's FO book).

The trick is that you set the provisional label length and label-to-body gap on the list block and then use the "label-end()" and "body-start()" functions to calculate the necessary indents:

 <fo:list-block provisional-label-separation="4mm"
     provisional-distance-between-starts="20mm">
   <fo:list-item>
    <fo:list-item-label end-indent="label-end()">
      ...
    </fo:list-item-label>
    <fo:list-item-body start-indent="body-start()">
       ...
    </fo:list-item-body>
  </fo:list-block>


This creates a 20mm label "column" and reserves 4mm gutter out of that 20mm.


Cheers,

Eliot

--
W. Eliot Kimber
Professional Services
Innodata Isogen
9390 Research Blvd, #410
Austin, TX 78759
(512) 372-8155

ekimber@xxxxxxxxxxxxxxxxxxx
www.innodata-isogen.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.