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: Can one <xsl:choose> <xsl:output>?


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


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