| is it possible to SORT the results of a jet xpath select ? [message #43345] |
Mon, 17 March 2008 09:05  |
Edoardo Comar Messages: 102 Registered: July 2009 |
Senior Member |
|
|
In my template I iterate over a set of elements
<c:iterate select="$currFile/foo/bar/element" var="element">
It lately turned out that these elements may not be in the oder I need
for processing, I'd need them sorted by the value of an attribute.
I'd be happy if the select statement supported "some sort" ;-) of
sorting syntax.
alternatively, could the template sort the dom first and then start the
iteration?
cheers
Edo
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02626 seconds