This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: RE: Attribute test problem solved


:> like the example below with the variable...
:like what about the variable? You posted some code that looked correct?
:

:-)  Ha ha funny NOT!


What I meant to say (not that this is code that you would like to see
David), was that how could I do the code below with a variable
instead with this, or point me to where I can find it in the W3C.

<xsl:choose>
<xsl:when></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> 

Because I've been hooked to the http://www.w3.org/TR/xpath#

site for the last three days, and besides alot of the information
sounding like greek to me, there only one or two things which
mention variables.

The last statement why I'm in this forum.

Eddy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]