|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to tell if no data returned
Hi all I have a problem which I would normally fix using a variable. I have a routine similar to that below. What I want to know is if it doesnt get into the for-each loop. If it doesnt it means no rows are written and I would like to add a note to the page if this is the case. Any suggestions how I might do this. Thanks Garry <xsl:for-each select="/stages/competition/leg/stage/classification/competitor[../../@no=$s Num]"> <xsl:if test="../@type = 'STAGE'"> <xsl:if test="../../../../@cno=$paramVal1"> ... row detail written here </xsl:if> </xsl:if> </xsl:for-each>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







