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: RE: apply-templates and excluding a node


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


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