RE: [xsl] dynamic sorting

Subject: RE: [xsl] dynamic sorting
From: "Peter Billen" <peter@xxxxxxxxxxx>
Date: Thu, 5 Feb 2004 17:56:20 +0100
Cool, thanks a lot. I didn't thought about the name()-function.

So if I understand name() well, both expressions should give the same
result?

1. select="count(someNode)"
2. select="count(*[name() = someNode])"

What do you mean with "namespace-safe"? Can you give a situation in which
the given solution would not work?

Thanks a lot for your time,

--
Peter


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread