RE: [xsl] apply-templates and excluding a node

Subject: RE: [xsl] apply-templates and excluding a node
From: "Zwetselaar M. van (Marco)" <Marco.van.Zwetselaar@xxxxxxxxxxxxx>
Date: Thu, 4 Oct 2001 17:47:32 +0200
Meltem Kogelbauer wrote on Thursday, October 04, 2001 17:37:
> here is a part of xml document
> <searchresults>
> 		<PRFID>21</PRFID>
> 		<FIRSTNAME>Ana</FIRSTNAME>
> 		<LASTNAME>Ngera</LASTNAME>
> 		<OFFICEPHONENUMBER>020 8452 4535</OFFICEPHONENUMBER>
> 		<PHONEEXTENSION>4503</PHONEEXTENSION>
> 	</searchresults>
> 
> I want to exclude the first child node <PRFID>. 
> What would be the syntax in
> <xsl:apply-templates select="????" />

*[not(self::PRFID)]

Regards,
Marco




***************************DISCLAIMER***********************************
Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). 
Verstrekking aan en gebruik door anderen is niet toegestaan.
Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit
electronische verzending.

This e-mail is intended exclusively for the addressee(s), and may
not be passed on to, or made available for use by any person 
other than the addressee(s).
Fortis rules out any and every liability resulting from any
electronic transmission.
************************************************************************

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


Current Thread