[Home] [By Thread] [By Date] [Recent Entries]
Either you can select the nodeset like: <xsl:apply-templates select="a[b='7']"/> This is more like a pull method: picking only the interesting part from the source tree. <xsl:apply-templates select="a"/> While this is more of a push method: just start template matching all and figure out later what to ignore or not.. (loosly translated, I bet there are lots of articles on this..) Cheers, Geert
|

Cart



