Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Replace function in xslt for BPEL 2.0

Abhishek PJan 20 2015 — edited Feb 26 2020

Hi,

We have a requirement where special characters (e.g. \, ., &, @) will be replaced with ' ' .  As the position of the special characters are not fixed, I believe I won't be able to do it by substring function.

Got some link suggesting this  <xsl:value-of select="replace(description, '\n', '<p/>')" disable-output-escaping="yes" />  with <xsl:stylesheet> ='2.0' but its not working for me. I would appreciate your help .Thanks in advance.


Source: 65\Road No.1,Glasgow,Scotland


Required o/p:  65 Road No 1 Glasgow Scotland


Thanks,

Abhishek

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2015
Added on Jan 20 2015
8 comments
7,489 views