Re: [xsl] How to copy filtered rows from a nodeset

Subject: Re: [xsl] How to copy filtered rows from a nodeset
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 May 2009 13:24:36 +0100
well that code will give you a result tree fragment that contains a copy
of every item in $Rows for which $Team2=$varPTeam is true.

You say it doesn't work, so presumably one or both of $Team2 and
$varPTeam does not have the value that you think it has, but since you
haven't shown the definition of $Team2 and the value of varPTeam
depends on executing a named template that you haven't shown on some
input that you haven't shown, it's a bit hard to comment on what might
be wrong.

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