[xsl] remove <b> and <br>+merge nodes

Subject: [xsl] remove <b> and <br>+merge nodes
From: Fabrice Estiévenart <fe@xxxxxxxx>
Date: Wed, 21 Jan 2004 17:21:22 +0100
hi,

how can i remove <br> and <b> tags from an html document so that resulting text nodes are merged into an unique one ?

for example :
<p>my <b>tailor</b> is <br> rich</p>

would become :
<p>my tailor is rich</p>

thanks for your good support,

Fabrice


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread