Re: [xsl] for-each issue

Subject: Re: [xsl] for-each issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 27 Mar 2008 16:24:00 GMT
> I'm new to XSLT

Nothing wrong with that, but perhaps you need to read the list
guidelines (at the URL attatched to every message) on how to construct
message so that you have a better chance of getting help.

>  I get 0
> count(document($currentJTL_cifo)/testResults/*[@label = current()/@label][attribute::label='Client Init'])" />
> while
> count(document($currentJTL_cifota)/testResults/*[attribute::label='Client Init'])" />
> gives me the answer I want.

presumably they are different documents so why whould you get the same
count? In teh first case it deoends on current()/@label ie the value of
the lable attribute at the node that is current at the point where you
evaluate this expression, in particular if the current node does not
have label='Client Init' then the expression will return 0 for any
document.

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