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]

Multiple output document from one xml file using cocoon1.8.2


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


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