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: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Fri, 20 May 2005 18:38:32 +0000
The only  way I can see of doing it is to create a template element as
follows:
<xsl:template match="not(Alpha-Next | XML | Heading-1..etc...)">


Would you be able to extract not-to-match names to a separate file or structure? Something like so:

<nomatch>
 <Alpha-Next/>
 <XML/>
...

Using this you should be able to shorten match attribute of other templates.

Regards,

--A

_________________________________________________________________
Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Current Thread