Re: [xsl] xslt 1.0 vs xslt 2.0 problem

Subject: Re: [xsl] xslt 1.0 vs xslt 2.0 problem
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 3 Sep 2008 19:17:24 +0100
I wrote:

> //A[contains((B/@a[1]), 'foo')]

but meant:

//A[contains((B/@a)[1], 'foo')]

...but hopefully you got the idea!




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread