xsl-list
[Top] [All Lists]

RE: remove <b> and <br>+merge nodes

2004-01-21 10:35:58
If you want to get rid of all the child elements of the <p> element and retain 
their content, you can use this template. If you have some elements that you 
want to retain and eliminate only the <b> and <br> elements, we'll have to 
figure out something else.

<xsl:template match="p">
  <xsl:value-of select="." />
</xsl:template>
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Fabrice Estiivenart <fe(_at_)cetic(_dot_)be>
Sent:     Wed, 21 Jan 2004 17:21:22 +0100
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  [xsl] remove <b> and <br>+merge nodes

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




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