|
Subject: [xsl] Concat ( Again ) From: Samuzeau Pascal <samuzeau@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Mon, 26 Feb 2001 10:02:25 +0100 |
Hi,
I receive some answers and I have tried, but I get the same problem :
I have change the writtent as :
I have the XML :
<Picture>
<Name>PictureName</Name>
<Location>PictureLocation></Location>
</Picture>
And the XSL :
( I have to use of Name and Location for some reasons into my template )
<xsl:variable name="Named"><xsl:value-of select="Picture/Name"
/></xsl:variable>
<xsl:variable name="Located"><xsl:value-of select="Picture/Location"
/></xsl:variable>
<xsl:variable name="URL" select="concat($Located,$Named)"
/></xsl:variable>
< A HREF="{$URL}" > ........
But this doesn't work, I get HREF="concat($Located,$Named)">
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Call an XML with Paramete, Ruben Inoto | Thread | Re: [xsl] Concat ( Again ), Eric van der Vlist |
| Re: [xsl] Concat, Eric van der Vlist | Date | Re: [xsl] url encoding of ampersand, Sivan Mozes |
| Month |