Subject: Re: Can one <xsl:choose> <xsl:output>?
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Tue, 8 May 2001 09:07:11 +0100
|
Hi Tim,
> oops- not select!
>
> I mean
> <xsl:variable name="dtdname">TableData.dtd</xsl:variable>
You *can* use select, as long as you put quotes around the string to
indicate that it's a string rather than an element name:
<xsl:variable name="dtdname" select="'TableData.dtd'" />
Cheers,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|