Re: [xsl] all-XSLT implementation of Minesweeper

Subject: Re: [xsl] all-XSLT implementation of Minesweeper
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Mar 2005 15:00:33 GMT
    And, while I'm writing, is this really impossible and/or inaccurate:

           <xsl:variable name = "revealing" select = "$field[            
              (...
            or (@h  -1  = $zeros/@h AND @v  + 1 = $zeros/@v)
            ...
              )

  
Not sure what you mean here, is what impossible?
The above has a syntax error (and should be and not AND) but otherwise
looks OK to me.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread