> From: michel geadah [mailto:m_ace_g@xxxxxxxxxxx]
> Sent: Tuesday, August 05, 2003 7:29 AM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: CONCAT() function
>
>
> Hello!!!
>
> I want to know how to use the concat() function in XSL
> document.I want to
> concat the value of two tags and put it in a new tag.
> I have BRCH_CODE and CACC_NUM tags i want to concat their
> values and put
> them in ACC_NUM.
concat() takes two or more string values and returns a single string:
<ACC_NUM><xsl:value-of select="concat(BRCH_CODE,CACC_NUM)"/></ACC_NUM>
hth,
b.
| brian martinez brian.martinez@xxxxxxxxxxx |
| lead gui programmer 303.357.3548 |
| cheap tickets, part of trip network fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400 englewood, co 80111 |
| cendant travel distribution services http://www.cheaptickets.com/ |
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|