RE: [xsl] How to tell if no data returned

Subject: RE: [xsl] How to tell if no data returned
From: "Garry" <garry@xxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Oct 2006 18:50:17 +0930
Thanks Andrew -

I didn't realise I could reference like that. And once changed/simplified

Thanks George - I used that second test method

Garry


-----Original Message-----
From: andrew welch [mailto:andrew.j.welch@xxxxxxxxx]
Sent: Monday, 2 October 2006 6:05 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] How to tell if no data returned


But if those xsl:if's are the only children of the xsl:for-each then
the variable should really be:

select="/stages[@cno=$paramVal1]/competition/leg/stage[@no=$sNum]/classifica
tion[@type
= 'STAGE']/competitor"

cheers
andrew

Current Thread