mrglavas 2004/06/03 21:40:10 Modified: java/docs properties.xml Log: Add a note to the description of the input-buffer-size
property to clarify that the size of the parser's internal buffers may need to be increased beyond the size of the input buffer. Revision Changes Path 1.15 +7 -0 xml-xerces/java/docs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- properties.xml 25 Feb 2004 16:22:44 -0000 1.14 +++ properties.xml 4 Jun 2004 04:40:10 -0000 1.15 @@ -140,6 +140,13 @@ documents (1K, for example), you can also set it to a value less than 2K, to get the best performance. </note> + <note> + There are some conditions where the size of the parser's internal buffers + may be increased beyond the size specified for the input buffer. This would + happen in places where the text in the document cannot be split, for + instance if the document contains a name which is longer than the input + buffer. + </note> </property> <property name='http://apache.org/xml/properties/security-manager' id='security-manager'> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]