xsl-list
[Top] [All Lists]

[xsl] replace lower to upper

2009-09-07 12:38:35
I am using the replace function, I would like to get value of the
attribute to be all caps and changed. There still is a lowercase 'b'
in the results. How should I change things to get it right.


Source:

<graphic boardno="rq4-b-271101-520-0002">

Transform:
<xsl:value-of select="replace( .,'RQ4-(.)-','RQ4N-A$1-','i')"/>

Bad Results:
<graphic boardno="RQ4N-Ab-271101-520-0002"/>

Desired Results:
<graphic boardno="RQ4N-AB-271101-520-0002"/>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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