How to replace text defined in a given tag or element using xslt, xslt string replace
Posted
by m00sila
on Stack Overflow
See other posts from Stack Overflow
or by m00sila
Published on 2010-06-11T18:08:15Z
Indexed on
2010/06/11
18:13 UTC
Read the original article
Hit count: 839
Hi All,
Please help me with this xslt transformation.
Source Xml
<xml>
<test>This is a <bold>sample</bold> description. Please help me with a sample</text>
</xml>
Expected Output: This is a sample description. Please help me with a sample
I just need to make bold only the specified text by the xml markup.
Thank you
© Stack Overflow or respective owner