Subject: RE: String parsing in xsl
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 10 Dec 2004 14:36:45 -0000
|
See the FAQ (referenced from every message) under "replace".
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: babu.eshwaramoorthy@xxxxxxxxx
> [mailto:babu.eshwaramoorthy@xxxxxxxxx]
> Sent: 10 December 2004 13:23
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: String parsing in xsl
>
>
> Hi All,
>
> Can anyone help me to write the following xslt logic
>
>
> Input: an xml string with a component like that
> <tag1>test1#e#test2#e#test3#e#</tag1>
>
> Work of xslt: replacing #e# by @
>
> Output: <tag1>test1@test2@test3</tag1>
>
>
> Thanks,
> Babu
>
>
>
>
>
>
>
> Confidentiality Notice
>
>
> The information contained in this electronic message and any
> attachments to this message are intended
> for the exclusive use of the addressee(s) and may contain
> confidential or privileged information. If
> you are not the intended recipient, please notify the sender
> at Wipro or Mailadmin@xxxxxxxxx immediately
> and destroy all copies of this message and any attachments.
|