Subject: Re: Concat ( Again )
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Tue, 27 Feb 2001 08:43:38 +0100
|
Michael Kay wrote:
>
> ><xsl:variable name="URL" select="concat($Located,$Named)"
> >/></xsl:variable>
>
> > A HREF="{$URL}" > ........
>
> >But this doesn't work, I get HREF="concat($Located,$Named)">
>
> Are you sure you didn't actually write
> select="'concat($Located,$Named)'"?
Yes, if we admit that this is not *** exactly *** the XSLT snippet (and
it is not since the snippet is not well formed XML) that is giving the
error, I was also thinking of
<xsl:variable name="URL">concat($Located,$Named)</xsl:variable>
Eric
> Because I can't see any other reason for this behavior.
>
> Mike Kay
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
--
See you in Austin (Knowledge Technologies 2001)
http://www.gca.org/attend/2001_conferences/kt_2001/mon.htm
------------------------------------------------------------------------
Eric van der Vlist Dyomedea http://dyomedea.com
http://xmlfr.org http://4xt.org http://ducotede.com
------------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Robert Koberg - Mon, 26 Feb 2001 10:00:21 -0500 (EST)
Michael Kay - Mon, 26 Feb 2001 17:21:15 -0500 (EST)
- Eric van der Vlist - Tue, 27 Feb 2001 02:52:31 -0500 (EST) <=
Zeynep Gunal - Mon, 26 Feb 2001 04:25:49 -0500 (EST)
|
|