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

Subject: RE: [xsl] RE: apply-templates and excluding a node
From: "Zwetselaar M. van (Marco)" <Marco.van.Zwetselaar@xxxxxxxxxxxxx>
Date: Thu, 4 Oct 2001 18:03:33 +0200
Meltem Kogelbauer wrote on Thursday, October 04, 2001 4:37 PM:

> I found the solution already
> 
> it is <xsl:apply-templates select="*[not(self::PRFID)]" />
> 
> What I do not undestand is why "self" why not "child"? Can 
> anyone explain this?

The * means: select all child elements. Then the predicate gets applied to
each of the selected nodes, and filters only the matching ones. Since you've
got the children already, you want to check on them, not on their children.
Does this help?

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