Yes ;-) Unfortunately i first learned how to code xsp and afterwards i got to know aggregations ;-(
anyway, thanks for the help! bye, nils > -----Urspr�ngliche Nachricht----- > Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Olivier Billard > Gesendet: Montag, 10. Mai 2004 16:40 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: 65K limitation > > > Nils wrote: > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
