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]
Other format: [Raw text]

transforming lists


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


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