Subject: 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 |
- transforming lists
- sascha - Wed, 24 Jul 2002 07:44:03 -0400 (EDT) <=
- <Possible follow-ups>
- Jarno . Elovirta - Wed, 24 Jul 2002 07:59:23 -0400 (EDT)
- sascha - Wed, 24 Jul 2002 08:08:08 -0400 (EDT)
- bryan - Wed, 24 Jul 2002 08:11:58 -0400 (EDT)
- sascha - Wed, 24 Jul 2002 08:22:40 -0400 (EDT)
|
|