Hi Oliver,
in my case, i used xsp in a kind of "hacky" way:
<xsp:page> <xsp:logic> some logic here </xsp:logic>
<content> about 67K of XML-Data without any XSP here </content> </xsp:page>
So my solution was to sperate the XSP from the XML Content by using the aggregation in the sitemap:
<map:aggregate name="root"> <map:part src="cocoon:/xsp-logix.xsp"/> <map:part src="static-xml.xml"/> </map:aggregate>
regards, Nils
Ok, then, that's exactly the use of aggregation :)
-- Olivier
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
