This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

display problem


Hi All

I am a newcomer in XSL. I have a problem with displaying xml. I want an
output of xml such as

<TABLE>
 <TR>
  <TD>1</TD>
  <TD>2</TD>
  <TD>3</TD>
 </TR>
 <TR>
  <TD>4</TD>
  <TD>5</TD>
  <TD>6</TD>
 </TR>
 <TR>
  <TD>7</TD>
  <TD>8</TD>

 </TR>
</TABLE>


here is the xml file
  <test>
       <count>
           <name>1</name>
       </count>
       <count>
           <name>2</name>
       </count>
       <count>
           <name>3</name>
       </count>
       <count>
           <name>4</name>
       </count>
        <count>
           <name>5</name>
       </count>
       <count>
           <name>6</name>
       </count>
       <count>
           <name>7</name>
       </count >
       <count>
           <name>8</name>
       </count>

  </test>
Thanks.

Shahid Mahmood


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]