Subject: don't get variables
From: "Alexandra Morgan" <lexalex@xxxxxxxxxxxxx>
Date: Thu, 11 Nov 1999 08:48:25 -0800
|
I don't understand how one is supposed to access the value of variables. Why does this not put A in the result:
<xsl:template match="/">
<xsl:variable name="test" select="A"/>
<xsl:value-of select="$test" />
</xsl:template>
I'm using the Lotus stuff.
Thanks,
Alex
***********************************
chickclick.com
http://www.chickclick.com
girl sites that don't fake it.
http://www.chickmail.com
sign up for your free email.
***********************************
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|