Hi,
there are (at least) two solutions:
1. Use the file generator to read your xml document
Specify the "use-request-parameter" parameter for the TraxTransformer in
your pipeline
and you can use all request parameters with a variable in your stylesheet
($parametername)
Take a look at th
Hi there.
My particular problem:
I just started on the Cocoon2 framework and would like to use it to
process
certain XMLdocuments. I have written an according xsl file which
provides for
a decent rendering of the xml files content on the users browser. Thus
the
processing pipe is organized in th