[Home] [By Thread] [By Date] [Recent Entries]
Suppose the children of the context node are elements named A to Z. Then I declare a variable <xsl:variable name="alpha" select="A|B|C|D"/> Now i want to match on the complement of alpha. Can I say <xsl:template match="* except $alpha"/> or <xsl:template match="*[not $alpha]"/>
|

Cart



