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]
Other format: [Raw text]

multiple output


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


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