Subject: RE: Attribute test problem solved
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Fri, 14 Apr 2000 11:32:56 -0400
|
:Just put it inside xsl:variable.
:
:<xsl:variable name="x">
:<xsl:choose>
:<xsl:when test="something">something</xsl:when>
:<xsl:otherwise>
:<xsl:text>U N C L A S S I F I E D</xsl:text>
: <xsl:if test="//@secur.dissem='FOUO'">
: <xsl:text>//FOR OFFICIAL USE ONLY</xsl:text>
: </xsl:if>
:</xsl:otherwise>
:</xsl:choose>
:</xsl:variable>
:
:then just use
:
:<xsl:value-of select="$x"/>
:
:in two places, rather than searching over the entire document twice.
:
:David
That easy? How come I can't find anything anywhere that could
tell me that? I've been reading the w3c site like a monk, and
I wasn't able to find what you just described.
Thanks once again David.
Eddy
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Attribute test problem solved, (continued)
- Medina, Edward - Thu, 13 Apr 2000 13:37:45 -0400
- Medina, Edward - Fri, 14 Apr 2000 11:32:56 -0400 <=
- Selva, Francis - Fri, 14 Apr 2000 10:12:45 -0700
- Medina, Edward - Fri, 14 Apr 2000 15:22:25 -0400
- Medina, Edward - Fri, 14 Apr 2000 15:23:44 -0400
|
|