[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] creating a dynamic table


Subject: [xsl] creating a dynamic table
From: Carlos Barroso <est-c-barroso@xxxxxxxxxxxxx>
Date: Tue, 18 Mar 2003 17:30:15 -0000

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



Current Thread
Keywords
xml