|
Subject: [xsl] reverse sorting From: "sascha" <sascha@xxxxxxxxxx> Date: Tue, 30 Jul 2002 11:34:32 +0200 |
Hi,
is it possible to sort this input in reverse order?
<PATH_LIST>
<PATH_ELEM>last entry</PATH_ELEM>
<PATH_ELEM>Operartive Prozesse</PATH_ELEM>
<PATH_ELEM>Angebot, Verhandlung, Vertragsabschluss</PATH_ELEM>
<PATH_ELEM>first entry</PATH_ELEM>
</PATH_LIST>
so that the output looks like
- first entry
- Angebot, Verhandlung, Vertragsabschluss
- Operartive Prozesse
- last entry
actually my template looks like this:
..
<xsl:for-each
select="PROCESS_DESCRIPTION_SHEET/PAGE_HEADER/PATH_LIST/PATH_ELEM">
<xsl:value-of select="."/><fo:block/>
</xsl:for-each>
..
thanks again,
sascha
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Passing Command line para, Jeni Tennison | Thread | Re: [xsl] reverse sorting, Roelf Jansen |
| RE: [xsl] lists, Jan Zavoral | Date | Re: [xsl] Parameter evaluation afte, Oleg Tkachenko |
| Month |