Re: [xsl] union vs. "or" vs. contains?

Subject: Re: [xsl] union vs. "or" vs. contains?
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Tue, 19 Oct 2004 07:12:15 -0400
On Oct 19, 2004, at 7:03 AM, David Carlisle wrote:

the usual alternative to putting a global switch on a match pattern
predicate is to put it on the select attribute on the apply templates.

Is this to avoid repeating it on multiple templates? In my case, the conditional statements only occur on a single template in each class.


One other benefit I guess of doing it in the apply-templates is it's then not 2.0 specific code?

Bruce

Current Thread