xsl-list
[Top] [All Lists]

RE: CONCAT() function

2003-08-05 07:04:24
From: michel geadah [mailto:m_ace_g(_at_)hotmail(_dot_)com]
Sent: Tuesday, August 05, 2003 7:29 AM
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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(_dot_)martinez(_at_)cendant(_dot_)com |
| 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



<Prev in Thread] Current Thread [Next in Thread>