You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Marcel van der Boom <ma...@hsdev.com> on 2000/10/26 19:26:57 UTC

one xml file with several XSL files

What would be the simplest possible hello world like example which uses something like
the following:

hello.xml
html1.xsl
html2.xsl
text1.xsl
text2.xsl
pdf1.xsl
pdf2.xsl

to produce from 1 XML file (I guess by suplying a request parameter) several output formats

2 html format (fancy and simple)
2 text format (fancy and simple)
2 pdf format (fancy and simple)

I can't seem to get my finger behind it.

Any help?

Marcel