how do I print a variable?

Subject: how do I print a variable?
From: Rolande Kendal <kendal@xxxxxxxxxxxx>
Date: Wed, 04 Aug 1999 00:31:32 -0400
How do I set a variable and then print it out?
I would have though the folloing would set the "x" variable to "3",
and then print "<text x="3"/>" on the next line.

<xsl:variable name="x" select="3"/>
<text x="{$x}"/>

What am I doing wrong?

Thanks,
Rolande
--
Java Presentation Player & GSM Audio Player:
	http://cr518337-a.yec1.on.wave.home.com/SmileBaby/


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


Current Thread