|
Subject: [xsl] Sortable data-table From: "Koetje Boe" <b_koetje@xxxxxxxxxxx> Date: Wed, 27 Dec 2000 13:38:21 -0000 |
Hi, I have a xml-file that respresents a data table, and a xsl-file that shows this table. What I want to do is this: When a column header is pressed(it`s a button) sort the resulting html-page on that column. For example, my xml-file looks like:
<dataset>
<metaData>
<tableName>EMPLOYEES</tableName>
<columnInfo name="EMP_NO" type="SmallInt" size="6"/>
<columnInfo name="FIRST_NAME" type="VarChar" size="15"/>
<columnInfo name="LAST_NAME" type="VarChar" size="20"/>
</metaData>
<data>
<row>
<column name="EMP_NO">2</column>
<column name="FIRST_NAME">Robert</column>
<column name="LAST_NAME">Nelson</column>
</row>
<row>
<column name="FIRST_NAME">K. J.</column>
<column name="LAST_NAME">Weston</column>
<column name="EMP_NO">11</column>
</row>
<row>
<column name="FIRST_NAME">Luke</column>
<column name="EMP_NO">61</column>
<column name="LAST_NAME">Leung</column>
</row>
</data>
</dataset>It there a way to do this? And if so, how? Any suggestions and/or examples are greatly appreciated.
J.S. Koldenhof _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| FW: [xsl] random output from a xml , Jarno Elovirta | Thread | RE: [xsl] Sortable data-table, Roel Mertens |
| [xsl] random output from a xml simp, Aniceto López | Date | [xsl] ANN: Antenna House XSL Format, MURAKAMI Shinyu |
| Month |