[Home] [By Thread] [By Date] [Recent Entries]
Jirka wrote: > what about something like > <xsl:apply-templates select="*[not(name() = 'title')]"/> Or, generally better because it avoids namespace problems: <xsl:apply-templates select="*[not(self::title)]" /> I hope that helps, Jeni --- Jeni Tennison http://www.jenitennison.com/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



