[
Lists Home |
Date Index |
Thread Index
]
- From: Mike Brown <mbrown@corp.webb.net>
- To: Mike Brown <mbrown@corp.webb.net>, 'John Prout' <jprout@onepage.com>
- Date: Thu, 05 Oct 2000 15:47:00 -0600
I forgot to mention an even better option -- simply change the mode!
<xsl:template match="foo" mode="deprecated">
If you never explicitly do an xsl:apply-templates with that mode, it will
never match a node.
|