[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

xsl fo lists.


Subject: xsl fo lists.
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Mon, 21 Feb 2000 11:28:04 -0000

Trying to work out the sequence
for a list, with a for-each.

As far as I can tell...
Its  something like

<fo:block >
 <fo:list-block >
   <xsl:for-each select="path wanted">
      <fo:list-item> 
	    <fo:list-item-label>
	       <fo:block>&bull;</fo:block>
	    </fo:list-item-label>
		  <fo:list-item-body>
		    <fo:block><xsl:value-of select="."/></fo:block>
		  </fo:list-item-body>
        </fo:list-item>
   </xsl:for-each>
</fo:list-block>
<fo:block>

Does that make sense please?

I'm heading for a common or garden
bulleted list.

TIA, DaveP


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread