[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: transforming lists

Subject: Re: [xsl] transforming lists
From: "sascha" <sascha@xxxxxxxxxx>
Date: Wed, 24 Jul 2002 14:58:47 +0200
roland heller
@roland heller

thanks for that though i do not know if it helps-
i will show you more of my (real) input, cause you don't seem to really
understand...
ok? ;-) thanks

look:

...

<tablerow>
<tablecell bgcolor="#a4ffff" borderwidth="3px" valign="center">
<pardef align="center" id="7" keeptogether="true" keepwithnext="true"
leftmargin="0.0313in"/>
<par def="7"><run><font name="Arial"/>zelle1</run></par></tablecell>
<tablecell bgcolor="#a4ffff" borderwidth="3px" valign="center">
<pardef align="center" id="8" keeptogether="true" keepwithnext="true"
leftmargin="0.0313in"/>
<par def="8"><run><font
name="Arial"/>zelle2</run></par></tablecell></tablerow>

...

<!-- list starts here //-->

<pardef id="15" leftmargin="1.2500in" list="bullet"/>
<par def="15"><run><font name="serif" size="11pt"/>punkt 1 liste</run></par>
<par><run><font name="serif" size="11pt"/>punkt 2 liste</run></par>
<par><run><font name="serif" size="11pt"/>punkt 3 liste</run><run><font
color="blue" name="Arial" size="11pt" style="bold"/><break/></run></par>

<!-- list ends here //-->

<pardef align="right" id="16" leftmargin="1in"/>
<par def="16"><run><font name="Arial"/>right</run></par>

<pardef align="center" id="17" leftmargin="1in"/>
<par def="17"><run><font name="Arial"/>centered</run></par>

<pardef id="18" leftmargin="1.2500in"/>
<par def="18"><run><font name="Arial"/>leftmargin</run></par>

...


what i need is something like:



<fo:list-block>

<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block font-family="ZapfDingbats">✓</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block> ITEM 1</fo:block>
</fo:list-item-body>
</fo:list-item>


<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block font-family="ZapfDingbats">✓</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block> ITEM 2</fo:block>
</fo:list-item-body>
</fo:list-item>



<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block font-family="ZapfDingbats">✓</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block> ITEM 3</fo:block>
</fo:list-item-body>
</fo:list-item>

</fo:list-block>



----- Original Message -----
From: "ronald heller" <ronald@xxxxxxxxxxx>


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.