On Saturday, February 23, 2002, at 04:06 PM, Kurt Ward wrote:
Error when trying to build.

Fix:

Line 154:
Configuration sysCfg = new Configuration(sysDoc, false);
Should read:
Configuration sysCfg = new Configuration(sysDoc.getDocumentElement(),
false);

Oops... forgot to check in a modification to Configuration. will do it within the next half hour.


--
Tom Bradford - http://www.tbradford.org
Architect - XQRL (XQuery Engine) - http://www.xqrl.com
Apache Xindice (Native XML Database) - http://xml.apache.org
Project Labrador (Web Services Framework) - http://notdotnet.org



Reply via email to