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

Concatenating Elements

  • From: "S. Jyotinarayan" <ncjyoti@h...>
  • To: XML-DEV <xml-dev@l...>
  • Date: Sat, 03 Mar 2001 08:55:25 +0530

concatenating elements xslt
 

Hi all,

I want to add an image with each set of data. Normally one would do it in the following way, right?

<image>

<xsl:attribute name='src'><xsl:value-of select='IMAGESRC'/></xsl:attribute>

<xsl:attribute name='alt'><xsl:value-of select='NATURE_R'/></xsl:attribute>

</image>

The element IMAGESRC contains the image path. But I have a situation where I feel I can do away with the IMAGESRC element. The image names are of the kind 'image/R1/R1_1.gif', 'image/R1/R1_2.gif'  ... 'image/Rx/Rx_y.gif'  etc. Here 'x' stands for 'ROLL_NO' and 'y' stands for the 'EXPO_NO'. So is there a way I could concatenate the elements "ROLL_NO" and "EXPO_NO" in the following way?

<image>

<xsl:attribute name='src'>"image/R"+<xsl:value-of select="ROLL_NO"/>+"/R"+<xsl:value-of select="ROLL_NO"/>+"_"+<xsl:value-of select="EXPO_NO"/>+".gif"</xsl:attribute>

<xsl:attribute name='alt'><xsl:value-of select='NATURE_R'/></xsl:attribute>

</image>

How could I do this?

Thanx in advance.

Jyotinarayan.


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.