On 03/07/07, Gav.... <[EMAIL PROTECTED]> wrote:
In site-to-xhtml.xsl we have tests which to me say :-

when:
if test = x then do z
otherwise:
if test = y then do z

In other words, the below code snippet confuses me
Why not combine it to say

if test = x or test = y then do z

Or is there more to it than I have glimpsed at so far?

My interpretation is the same as yours. Probably a cut and paste jobby
that never got refactored.

Fastest way to see we you are right is, of course, to just try it.

Ross