Wednesday, January 21, 2004
Stats are fixed. I had to tweak the xsl a little further:
a/b/c[last()]
doesn't get you the last c in the document which matches a/b/c. It gets you the last c under the first a and first b. I actually wanted
a[last()]/b/c
which does the job niceley (there are many a's but only one b and c for each one).
Published stats.
T