Re: [xsl] Having problem matching ranges

Subject: Re: [xsl] Having problem matching ranges
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 20 Jul 2006 13:32:44 +0100
didn't test it but

or @n=$n)

looks suspicious $n is always a number but @n might not be, and you
can't be sure that both branches of an or are not evaluated (even if one
of them is already true).

Current Thread