[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Match Question


Subject: Re: [xsl] Match Question
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Mon, 20 Jan 2003 15:30:43 +0000

Hi Mike,

Michael Semcheski wrote:

match="z:row[@Type='Matrix']/z:row[@MatrixOpt='1'] | z:row[@Type='Matrix']/z:row[@MatrixOpt='5']
| z:row[@Type='Matrix']/z:row[@MatrixOpt='6']"


Try

match="z:row[@Type='Matrix']/z:row[@MatrixOpt='1' or @MatrixOpt='5' or @MatrixOpt='6']"

for something that is a bit less cumbersome.

Francis.

--
"Never mind manoeuvre, go straight at 'em." - Admiral Horatio Nelson



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread