Hi,
 
 I had a look at the cocoon API to find out how the method "Characters" I found 
 this section below:
 
 characters
 
 public void characters(char[] c,
                        int start,
                        int len)
                 throws SAXException
 Receive notification of character data. 
 
 Specified by:
 characters in interface ContentHandler
 Parameters:
 c - The characters from the XML document.
 start - The start position in the array.
 len - The number of characters to read from the array. 
 Throws: 
 SAXException
 
 c should be the whole characters of the xml document, but when I have documents 
 who have more characters than 2048 I get only the first 2048 and the rest will 
 be cut. Can somebody give me an explanation?
 
 Many thanks,
 Halgurt
PS:@Stefano: I am quite sorry, I thought I am sending the mail to the list, I 
appologize for that.

Reply via email to