Re: [xsl] Trouble using xsl:key under XSL 1.0

Subject: Re: [xsl] Trouble using xsl:key under XSL 1.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Dec 2007 10:21:16 GMT
> Interesting. It appears to work fine as it is for the first iteration.

which processor? You should report that as a bug, it is a syntax error
and you should get no output at all.

> would then not be able to apply the [@week=$week] predicate t
you can always filter the nodes returned from the key

key(....)[@week=$week]

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread