[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Concat

Subject: RE: Concat
From: "Post, Ulrich" <Ulrich.Post@xxxxxxxxxxxxxx>
Date: Mon, 26 Feb 2001 09:12:14 +0100
RE:  Concat
Hi 
do it this way:

<xsl:variable name="Located"><xsl:value-of
select="Picture/Location"/></xsl:variable>

<xsl:variable name="URL"><xsl:value-of
select="concat($Located,$Named)"/></xsl:variable>

< A HREF="$URL" > ........

That should work
Uli

-----Original Message-----
From: Samuzeau Pascal [mailto:samuzeau@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]
Sent: Monday, February 26, 2001 9:10 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Concat


Hi,

How can tell me what is wrong with me ?

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)" />

< A HREF="$URL" > ........

But this doesn't work, I get HREF="concat($Located,$Named)">

Thanks

PS


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

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


Current Thread
  • Concat
    • Samuzeau Pascal - Mon, 26 Feb 2001 03:07:16 -0500 (EST)
      • <Possible follow-ups>
      • Post, Ulrich - Mon, 26 Feb 2001 03:12:35 -0500 (EST) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.