Make columns

Subject: Make columns
From: miguel.mata@xxxxxxxxxx
Date: Tue, 25 Aug 1998 12:02:08 +0200
Hi, I have this SGML file:

<data>1</data>
<data>2</data>
<data>3</data>
<data>4</data>
<data>5</data>
<data>6</data>
<data>7</data>
<data>8</data>
<data>9</data>

I want to make this columns in a HTML file:

1	6
2	7
3	8
4	9
5

I should take the node list and create two list, the first with the first
middle, and the second with the second middle, and then for each line
process the first item of each list. But I don't know how to do it.


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • Make columns
    • miguel . mata - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id GAA16211Tue, 25 Aug 1998 06:08:21 -0400 (EDT) <=
      • Chris Maden - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA02078Tue, 25 Aug 1998 11:51:39 -0400 (EDT)
      • Chris Maden - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA02112Tue, 25 Aug 1998 11:52:01 -0400 (EDT)