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

[xsl] to draw a table in xsl


Subject: [xsl] to draw a table in xsl
From: shivmurti Dubal <dubal.shivmurti@xxxxxxxxx>
Date: Thu, 17 Sep 2009 13:13:34 +0530

   How can I achive this in xsl


   <root>
     <tablevalues>
       <column1>100</column1>
       <column2>101</column2>
       <column3>102</column3>
      </tablevalues>
      <tabledisplayedcolumns>
       <columnname>column1</columnname>
       <columnname>column3</columnname>
      </tabledisplayedcolumns>
   </root>


   Output:

   Table
   100
   102


Current Thread
Keywords
xsl