[xsl] Replacing character entities

Subject: [xsl] Replacing character entities
From: "Wagstaff, Jason" <WagstaffJ@xxxxxxxxxxxx>
Date: Mon, 14 Feb 2005 12:07:22 -0600
I have a text block that contains &#13; &#13; wherever the user wanted
it to look like a paragraph break. I don't any have control over the
input.

Any ideas on how can I replace &#13; with <br/>? Or better still, use
the &#13 to identify the paragraphs and wrap each <p>paragraph</p>?

I have tried using the information from this
http://www.stylusstudio.com/xsllist/200404/post70930.html, but I can not
get it to find a the character entities.

jason

Current Thread