Z W wrote:
David
Thanks for responding.
I'm new to XSLT
I'm still weak with XPath
Could you help explain why with this below, I get 0
count(document($currentJTL_cifo)/testResults/*[(_at_)label =
current()/@label][attribute::label='Client Init'])" />
while
count(document($currentJTL_cifota)/testResults/*[attribute::label='Client
Init'])" />
gives me the answer I want.
You have only given a sample of one input XML document, so I assume you
only want to use one input document.
In this case I think your problem is that "$currentJTL_cifo" and
"$currentJTL_cifota" are different documents.
# r
--
Ronan Klyne
Business Collaborator Developer
Tel: +44 01189 028518
ronan(_dot_)klyne(_at_)groupbc(_dot_)com
www.groupbc.com
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--