This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Hiding text



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]