RE: [xsl] XSLT 2.0 - finding nodes that do not have a match rule?

Subject: RE: [xsl] XSLT 2.0 - finding nodes that do not have a match rule?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 20 May 2005 20:43:24 +0100
> What I would like to do is place any content that does not 
> have a standard
> format applied to it in its own section.  

Just define a fallback rule

<xsl:template match="*">

matches all elements for which there is no more specific rule.

Michael Kay
http://www.saxonica.com/

Current Thread