[xsl] transforming lists

Subject: [xsl] transforming lists
From: "sascha" <sascha@xxxxxxxxxx>
Date: Wed, 24 Jul 2002 13:47:37 +0200
Hi there,
Is it possible to transform an input like the following to get back a list
with bullets for XSL:fo?
( the fo list users sent me here, cause it's a general XSLT problem ...)

<pardef id="9" leftmargin="1.2500in" list="bullet"/>

   <par def="9">
    <run>
     <font size="11pt" name="serif"/>ITEM 1 liste</run>
   </par>

   <par>
    <run>
     <font size="11pt" name="serif"/>ITEM 2 liste</run>
   </par>

   <par>
    <run>
     <font size="11pt" name="serif"/>ITEM 3 liste</run>
    <run>
     <font size="11pt" style="bold" name="Arial" color="blue"/>
     <break/>
    </run>
   </par>


My problem is, that the <par> elements 2,3 don't contain a def attribute for
referencing - only
the first one does..

thanks for your help,
sascha


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


Current Thread