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: xsl:value-of select between quotes


I think you can probably use the concat function for this:

<attribute name="rate"><xsl:value-of
select="concat(TestCargoML/CargoML/Body/KBI/rate_information/iso_currency_co
de,TestCargoML/CargoML/Body/KBI/rate_information/net_amount)"/></attribute>



Steve Crowers
Software Engineer


Liberate Technologies
2 Walnut Grove,
Suite 200
Horsham, PA 19044
Phone: 215-773-9400 x 9514
Fax: 215-773-9401
scrowers@liberate.com
http://www.liberate.com



-----Original Message-----
From: vijay kumar [mailto:reddy_vk@hotmail.com]
Sent: Wednesday, July 18, 2001 3:50 PM
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] xsl:value-of select between quotes


Hi,
    I am trying to write XSL to replace value. But it is giving error. I am 
trying to put two xsl:value-of select statements between the double quotes 
of the value. Is there any way of doing this.

<attribute name="rate" value="
<xsl:value-of 
select="TestCargoML/CargoML/Body/KBI/rate_information/iso_currency_code"/>
<xsl:value-of 
select="TestCargoML/CargoML/Body/KBI/rate_information//net_amount"/> "/>

Thanks in advance
bye
vijay

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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

 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]