Hi all, thanks for your answers. It seemed to be some kind of limitation in xsp. I seperated the file in an xml and an xsp part and no it works.
regards, Nils > -----Urspr�ngliche Nachricht----- > Von: Rob Gregory [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 9. Mai 2004 12:49 > An: [EMAIL PROTECTED] > Betreff: RE: 65K limitation > > > No I think it means that the method can only return less than > 65k. I don't think there is a max size for an xml document? > > > -----Original Message----- > > From: Nils [mailto:[EMAIL PROTECTED] > > Sent: 07 May 2004 14:33 > > To: [EMAIL PROTECTED] > > Subject: 65K limitation > > > > > > Does that mean, that a xml-file is only allowed to be less > > than 65k in file > > size (s. below)? > > > > Regards, > > Nils > > > > org.apache.cocoon.ProcessingException: Language Exception: > > org.apache.cocoon.components.language.LanguageException: > > Error compiling > > projects_xml: ERROR 1 > > (org\apache\cocoon\www\nkpm_int\content\projects_xml.java): > ... /** * > > Generate XML data. */ // start error (lines 72-72) "The > code of method > > generate() is exceeding the 65535 bytes limit" public void > > generate() throws > > SAXException, IOException, ProcessingException { // end > error Session > > session = request.getSession(true); ... Line 72, column 0: > The code of > > method generate() is exceeding the 65535 bytes limit > > > > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
