Daniel, On 2002.06.10 16:14 Daniel Rall wrote:
> protected String getProperty(String name, String defaultValue) > { > try > { > return System.getProperty(name); > } > catch (SecurityException useDefault) > { > return defaultValue; > } > } Will still print to the IE console (that's my recollection at least). The xmlrpc code looks, for example, like this: if (parserClass == null) { // try to get the name of the SAX driver from the System properties // setDriver (System.getProperty ( // "sax.driver", "org.apache.xerces.parsers.SAXParser")); setDriver (System.getProperty ( "sax.driver", "uk.co.wilson.xml.MinML")); } So that you can set the parserClass and so avoid the getProperty. Jim -- Jim Redman (505) 662 5156 http://www.ergotech.com