Hi Neil,
Your patch looks right I will put into CVS and run some regression
tests on it.
Thanks for your contribution,
Jeff Rodriguez
From: Neil de Hoog <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: fix for error while loading docbook dtd
Dat
In DefaultEntityHandler.java you will find
starting at 1219 :
newIntArray = new int[chunk * 2][];
System.arraycopy(fSystemId, 0, newIntArray, 0, chunk);
newIntArray = new int[chunk * 2][];
System.arraycopy(fBaseSystemId, 0, newIntArray, 0, chunk);