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

RE: XSLT problem

Subject: RE: XSLT problem
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 25 Jun 2001 21:24:16 +0100
xslt excess whitespace
I don't know if it will solve the problem, but you could try

class="{normalize-space($Classname)}"

or get rid of the excess whitespace around the C1/C2 values by using
<xsl:text>

Mike Kay
Software AG

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Alex Genis
> Sent: 25 June 2001 19:13
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  XSLT problem
>
>
> Hi everybody !
> What's wrong with my syntax ?
>
> The code :
>
> <TR>
>  <TD class="C1">
>   abc
>  </TD>
>
>  <TD class="C2">
>   xyz
>  </TD>
> </TR>
>
> works absolutely properly
>
> but the code :
>
> <TR>
>  <xsl:variable name="ClassName">
>   <xsl:choose>
>    <xsl:when test="position() mod 2 = 0">
>     C1
>    </xsl:when>
>    <xsl:otherwise>
>     C2
>    </xsl:otherwise>
>   </xsl:choose>
>  </xsl:variable>
>
>  <td class="{$ClassName}">
>   abc
>  </td>
>
>  <td class="{$ClassName}">
>   xyz
>  </td>
> </TR>
>
> does not work correctly (the system does not pick up any of
> the classes above)
> even though the code :
>
> <td>
>  <xsl:value-of select="$ClassName"/>
> </td>
>
> shows correct value of the variable (tbl1 or tbl2 respectively) ???
>
> Thanks a lot in advance. Alex.
>
>
>
>  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.