Re: [xsl] Compound filter in for-each

Subject: Re: [xsl] Compound filter in for-each
From: Alan Hale <alan.hale@xxxxxxxxxxx>
Date: Thu, 26 Mar 2009 20:44:38 +0000
Wendell (or anyone)

Out of interest (and to facilitate further understanding) would you be kind enough to illustrate how you would approach my filtering problem with template matching rather than with xsl:choose?

Many thanks

Alan Hale

Wendell Piez wrote:

it appears that your code is not yet taking advantage of the XSLT processing model, which is characterized by a general preference for template matching over explicit conditionals using xsl:choose or xsl:if.

Current Thread