Hi all,
I tried to set the XMLReader input buffer size to 1, using the
following code. But when i start to parse, the XMLReader still reads
chunks of 64 chars from my BuffredReader.
Any idea on why the input-buffer-size is not set correctly?
(I use Xerces-J  2.7.1)

Thanks a lot,
massimo

String propId = "http://apache.org/xml/properties/input-buffer-size";;
  try {
   sp = saxFactory.newSAXParser();
   xmlr = sp.getXMLReader();
   xmlr.setProperty(propId, new Integer(12));

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to