Subject: Coma delimited values in attribute
From: "Belousov Alexey" <web@xxxxxxxxxx>
Date: Fri, 16 Sep 2005 16:04:31 +0300
|
Hello all.
I'm a bit new to XSL and currently having a problem. Any help would be
greately apreciated.
I have the following XML:
-------[XML]------------------------------------------------------------
<Fields>
<field name="tarifSelect" value="tarif1,tarif2,tarif3,tarif4" />
<field name="numberType" value="str,cur,str,cur" />
<field name="cardsNum" value="1,1,1,1" />
<field name="price" value="152,100,252,203" />
</Fields>
------------------------------------------------------------------------
I want it to be representd as a HTML table like:
|