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

Re: accessing an attribute value in a for-each loop

Subject: Re: accessing an attribute value in a for-each loop
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 18 Oct 2001 00:26:36 +0200
msxml loop attribute
Hello Eric,

are you sure that it doesn't work? I saw it and found nothing, tested it and
there was no problem - with MSXML and Xalan. Maybe you looked to fast
because the most of your <cell>s don't have an span-attribute.

Furthermore your <xsl:attribute> can't work, because you can't add the same
attribute multiple times (one for each <cell>).

Joerg

> Why can I not access the @span value in the XSL below, first the XML:
> ... and the XSL fragment:
>
> <xsl:template match="table">
>  <fo:table break-before="page">
>   <fo:table-column column-width="100pt"/>
>   <fo:table-column column-width="100pt"/>
>   <fo:table-column column-width="75pt"/>
>   <fo:table-column column-width="100pt"/>
>   <fo:table-column column-width="75pt"/>
>   <fo:table-column column-width="100pt"/>
>   <fo:table-column column-width="100pt"/>
>   <fo:table-body font-size="6pt" font-family="sans-serif">
>    <xsl:for-each select="row">
>     <fo:table-row>
>      <xsl:for-each select="cell">
>         <!-- <xsl:attribute
name="number-columns-spanned">5</xsl:attribute> nope :( -->
>         <fo:table-cell number-columns-spanned="{@span}" >
>        <fo:block>
>
> --
> Eric Smith - using xalan and fop


 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.