Splitting a file into several

Subject: Splitting a file into several
From: J-P Theberge <yesod@xxxxxxx>
Date: 19 Jan 1999 15:44:05 -0500
Hi,

I have a XML file that look like this :

<?xml version="1.0" encoding="ISO-8859-1"?>
<bottin>

<membre nom="Moron"
        prenom="George"
        compagnie="Trisome Quebec TM"
        telephone="(514) 333-2121"
        email="gmoron@xxxxxxxxxxx"/>

<membre nom="Trisome"
        prenom="Albert"
        compagnie="Trisome Quebec TM"
        telephone="(514) 333-2121"
        email="atrisome@xxxxxxxxxxx"/>

... and so on...

</bottin>

I want to convert this file into html but with 
only 10 <membre>s on each page.

So one XML file will generate me several html files.

Is it possible to do this with Jade or do I have to write my own
script to "cut" the xml file first?
 
Thanks! 

--
JP Theberge
yesod@xxxxxxx


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


Current Thread