xsl-list
[Top] [All Lists]

RE: creating a dynamic table

2003-03-18 11:03:57
Do I understand you to say that you want to generate a table with exactly three 
rows and as many columns as required to display all the LEGENDA elements?
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Carlos Barroso <est-c-barroso(_at_)ptinovacao(_dot_)pt>
Sent:     Tue, 18 Mar 2003 17:30:15 -0000
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  [xsl] creating a dynamic table

Can someone help me on this.
I have a xml file with content like:

<LEGENDAS>
                <GRUPO id="TS" descricao="Tipos de Saldos:">
                        <LEGENDA nome="BIN" valor="Bonus Liga Pra Mim"/>
                        <LEGENDA nome="INI" valor="Saldo Inicial"/>
                        <LEGENDA nome="BRM" valor="Bonus de Recargas Mai$
Mai$"/>
                        <LEGENDA nome="BON" valor="Bonus genericos"/>
                        <LEGENDA nome="NOR" valor="Saldo normal de
recargas"/>
                        <LEGENDA nome="GRP" valor="Saldo do grupo"/>
                        <LEGENDA nome="SMS" valor="Saldo de SMS"/>
                </GRUPO>
</LEGENDAS>

And I need to transform it to html so that it stays like:

Tipos de Saldos:

BIN - Bonus Liga Pra Mim        BON - Bonus genericos                   SMS
- Saldo de SMS
INI - Saldo Inicial             NOR - Saldo normal de recargas
BRM - Bonus de Recargas         GRP - Saldo do grupo


How can I put the information in a html table, creating columns dynamically
when the number of "LEGENDA" elements is 3?

Can someone please help. It's important.

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




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



<Prev in Thread] Current Thread [Next in Thread>