This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl fo lists.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]