|
Subject: RE: testing an attribut From: prasadm@xxxxxxx Date: Mon, 27 Mar 2000 17:03:58 -0600 |
If "Folge" is an attribute of "Fliesstext.Body" tag, then you can test for
the attribute
like this
<xsl:when test="@Folge = 1">
...
- Prasad
> -----Original Message-----
> From: Franz Figl [SMTP:frafi@xxxxxxxxxx]
> Sent: Monday, March 27, 2000 3:17 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: testing an attribut
>
> Could anybody give me the proper syntax for testing an attribute? Thanks.
> The following example will not work with my renderer, what is wrong?
>
> <xsl:template match="Fliesstext.Body">
> <xsl:choose>
> <xsl:when test='{attribute(Folge)} = 1'>
> <TD font-family="Times" font-size="9pt" text-align="justify"
> width="{attribute(Einzug)}" >
> <xsl:apply-templates/>
> </TD>
> </xsl:when>
> <xsl:otherwise>
> <TD font-family="Times" font-size="9pt" text-align="justify" width="*" >
> <xsl:apply-templates/>
> </TD>
> </xsl:otherwise>
> </xsl:choose>
> </xsl:template>
>
>
> Franz
>
>
>
>
> 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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| testing an attribut, Franz Figl | Thread | RE: testing an attribut, Kay Michael |
| Re: Graphics, violet wright | Date | Re: Another Beginner's Question, Mike Brown |
| Month |