Hi, I have a very standard pipeline for my project. The file
"oversikten.xml" is filtered through the stylesheet
"oversikten.xsl" which uses parameters sent to it to filter/rearrange the
output.
<map:match pattern="page.html">
<map:generate src="sources/oversikten.xml"/>
<map:transform src="oversikten.xsl">
<map:parameter name="use-request-parameters" value="true"/>
</map:transform>
<map:serialize type="html"/>
</map:match>
The file "oversikten.xml" is about 4mb large, and the site performs quite
badly. Is there any tips for improving the performance short of splitting
the file into smaller parts as this I am not allowed to do that.
mvh karl řie
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>