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: excluding xml elements/content with xsl


Hi Alan,

> can anyone shed any light on the following? I want to exclude part of 
> my xml content-specifically i want to exclude the text between the 
> opening and closing <message> tags.
> I want to format the page to display message titles as html anchor 
> tags, and exclude the message body.

[code examples removed]

If I understand you correct, then simply remove the xsl:apply-templates
call at the end in <xsl:template match="message">

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]