Subject: Re: Can solve the N-queens - but can't count!
From: James Clark <jjc@xxxxxxxxxx>
Date: Thu, 17 Jun 1999 12:33:14 +0700
|
"G. Ken Holman" wrote:
>
> At 99/06/16 22:34 -0400, Jonathan Borden wrote:
> > Would this be a select pattern? e.g.
> >
> > <xsl:apply-templates select="$var/a[@b='x']" />
> >
> >or
> > <xsl:value-of select="$var/a" />
>
> It happens that neither of the above is a valid pattern because variables
> cannot be used *as* location steps.
You cannot use a variable as a location step, but the above examples are
valid. See production [18] PathExpr.
James
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|