Re: Hiding text

Subject: Re: Hiding text
From: Morten Primdahl <morten@xxxxxxxxx>
Date: Mon, 29 May 2000 22:45:38 +0200 (CEST)
> I am using XSL to produce different HTML versions of an XML page... I have
> the following code:
> 
> <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?
> 

If you want to completely remove it from the document,
you could make a 'dummy' specialcontent template which
returns nothing. If you just want to make hidden text in
HTML, you can use the <xsl:comment> syntax.

Morten

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


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


Current Thread