Outputting multiple HTML files

Subject: Outputting multiple HTML files
From: Alexandre Ratti <ratti@xxxxxxxxxxxxxxx>
Date: Wed, 18 Aug 1999 21:58:55 +0200
Hello, 


I've been trying to output several HTML files from one XML file. For
instance, I have a large XML files with many similar entries:

<doc>
  <entry>
     <toto>my text</toto>
     <titi>my text</titi>
     <tutu>my text</tutu>
  </entry>

  <entry>
   ...
  </entry>
</doc>

I'd like to output for instance the first 100 entries in an HTML file
("out-1.html"), then the following in another file ("out-2.html"), and so on. 

I use the August version of XT. I've seen examples in the distribution
where an "extension element" is used to create multiple outputs. However, I
wonder how to change output files based on an entry count. Can anyone help?


Thanks. 

Alexandre



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


Current Thread