Re: Hiding text

Subject: Re: Hiding text
From: Richard Light <richard@xxxxxxxxxxxxxxxxx>
Date: Mon, 29 May 2000 21:22:21 +0100
In message <E1E01DE0B65CD311B70000A0C9DE5A95F4BA17@xxxxxxxxxxxxxx>,
Laura Price <lprice@xxxxxxx> writes

><element>blah blah blah <specialcontent>text text text </specialcontent>
>blah blah blah</element>
>
>I want the content of <element> to appear *without* the stuff inside
><specialcontent>.  what would be the best way to achieve this?

Just provide a template for the specialcontent element type which does
nothing at all:

<xsl:template match="specialcontent"></xsl:template>

Richard Light
SGML/XML and Museum Information Consultancy
richard@xxxxxxxxxxxxxxxxx


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


Current Thread