This syntax works staticly, as you suggest -- thanks. But since I don't know what the job code are going to be, I need to figure out how to do this based on whatever the log contains, which can be different every time. I assume that means that I need to put this code in the for-each loop, but how do I dynamically refer to each job code?
Thanks!
Main Topics
Browse All Topics





by: dualsoulPosted on 2005-01-30 at 03:26:53ID: 13175396
Add predicate in [] to indicate particular conditions. You can specify it dynamicly in for-each loop, or staticly as in example below:
='123'])"/ > ='456'])"/ >
<xsl:value-of select="count(//job_code[.
<xsl:value-of select="count(//job_code[.