[xsl] Multiple output document from one xml file using cocoon1.8.2

Subject: [xsl] Multiple output document from one xml file using cocoon1.8.2
From: "Uslu, Cihan Y (MED)" <Cihan.Uslu@xxxxxxxxxx>
Date: Mon, 23 Jul 2001 12:32:26 -0500
Hi,
I am curious if I can output multiple html files from one xml with
cocoon1.8.2?
If it's possible, would you please send me an example, or show me how to
do it. Thank you for your help in advance.

Cihan.


My xml structure is like;
-----------------------------------------------
<module>
  <task no="010">
   <intro>Introduction ....</intro>
    <para>paragraph </para>
  </task>
  <task no="020">
    <intro>introduction</intro>
   <para>blah...</para>
  </task>
  ....
  .....

</module>

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


Current Thread