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

Re: Setting attributes of FO element

Subject: Re: Setting attributes of FO element
From: "Emma Larsson" <emma.larsson@xxxxxxxx>
Date: Wed, 17 Apr 2002 16:40:38 +0200
emma larsson
Thank you!

----- Original Message ----- 
From: <Jarno.Elovirta@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, April 17, 2002 3:57 PM
Subject: RE:  Setting attributes of FO element


> > How do I set the attribute to a FO element after the element 
> > has been declared?
> > 
> > I want to do something like this:
> > 
> > <fo:table-cell>
> >     <xsl:if test='@colspan'>
> >         <fo:attribute name="number-columns-spanned">
> >               <fo:value-of select="@colspan" />
> >        </fo:attribute>
> >     </xsl:if>
> > </fo:table-cell>
> > 
> > That is, I want to set the attribute number-columns-spanned 
> > for the element table-cell.
> > But the attribute is not always set in the XML file, so I 
> > can't count on the value being 
> > set.. 
> > 
> > The 'solution' above is not supported, at least not as far as 
> > I can see. Is there any other 
> > way to solve the problem? Any help is appreciated...
> 
> The attribute and valua-of instructions are in wrong namespace
> 
> <fo:table-cell>
>     <xsl:if test='@colspan'>
>         <xsl:attribute name="number-columns-spanned">
>               <xsl:value-of select="@colspan" />
>        </xsl:attribute>
>     </xsl:if>
> </fo:table-cell>
> 
> Cheers,
> 
> Santtu
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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.