Hi all,
I am having problems getting any results using the count() function. With an xml file like this:
<TM Data>
<Project>
<Issues>
<Issue>Test1</Issue
<Issue>Test2</Issue
<Issues>
<Project>
.....
i want to count how many projects there are, so in my xslt file i do this:
<xsl: value-of select="count(//Project)" />
That should return as many projects listed in the xml file shouldn't it?? Yet i get nothing back..
Help!
Divinyl
I am having problems getting any results using the count() function. With an xml file like this:
<TM Data>
<Project>
<Issues>
<Issue>Test1</Issue
<Issue>Test2</Issue
<Issues>
<Project>
.....
i want to count how many projects there are, so in my xslt file i do this:
<xsl: value-of select="count(//Project)" />
That should return as many projects listed in the xml file shouldn't it?? Yet i get nothing back..
Help!
Divinyl