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]
