|
Subject: Re: [xsl] Is a variable referencing a node From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 29 Sep 2008 11:42:09 -0400 |
Cheers, Wendell
<xsl:variable name="foo">
<xsl:choose>
<xsl:when test="$aVar='someFlag'">
<xsl:value-of select="/path/to/some/element"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="/path/to/another/element"/>
</xsl:otherwise>
</xsl:variable>
<xsl:choose>
<xsl:when test="$foo">
<xsl:value-of select="$foo"/>
</xsl:when>
<xsl:otherwise>--</xsl:otherwise>
</xsl:choose>
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Is a variable referencing, Mukul Gandhi | Thread | Re: [xsl] Is a variable referencing, Wendell Piez |
| Re: [xsl] Is a variable referencing, Andrew Welch | Date | [xsl] apache fop report - encoded s, Johnston, Scott |
| Month |