Hi,
could someone help me out creating an stylesheet to create an table for an html output.
Here is an example :
<Client>
<Access time = "10.00" location ="server"> A </Access>
<Access time = "10.01" location ="server"> B </Access>
<Access time = "10.02" location ="server"> C </Access>
</Client>
I would like to get an table,
Access Server
FirstAccess A
SecondAccess B
ThirdAccess C
Many thanks in advance
could someone help me out creating an stylesheet to create an table for an html output.
Here is an example :
<Client>
<Access time = "10.00" location ="server"> A </Access>
<Access time = "10.01" location ="server"> B </Access>
<Access time = "10.02" location ="server"> C </Access>
</Client>
I would like to get an table,
Access Server
FirstAccess A
SecondAccess B
ThirdAccess C
Many thanks in advance