[xsl] multiple output

Subject: [xsl] multiple output
From: gabor farkas <xlat@xxxxxxxx>
Date: Wed, 12 Dec 2001 18:36:21 +0100
Hello,

I know that this issue has been already discussed a few times here but
in the archives I have found solutions using XT and Saxon extensions but no
no standard one.
I have an xml document like this:

<chapter>
    stuff stuff .... stuff stuff
    <chapter>
    stuff stuff .... stuff stuff
          <chapter>
          stuff stuff .... stuff stuff
          </chapter>
    </chapter>
</chapter>
<chapter>
stuff stuff .... stuff stuff
</chapter>

from this I would like to generate 4 HTML documents:
chapter1.html, chapter1.1.html, chapter1.1.1.html and chapter2.html -
how?

thx
laterz,
Gabor


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


Current Thread