XML File
<article>
<paragraph>
Stack Overflow is a question and answer site for
<b>professional</b> and enthusiast programmers.
</paragraph>
</article>
HTML output
Stack Overflow is a question and answer site for professional and enthusiast programmers.
Question:
I want to transform <b>
to the HTML element <b>
using XSLT. Please suggest any XSLT code.