[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New package
Ciao again
> if (System.getProperty("org.xml.sax.parser")==null)
> {
> System.out.println("Defaulting to microstar XML parser");
> System.setProperty("org.xml.sax.parser","com.microstar.xml.SAXDriver");
> }
The setProperty method does not exist in Java 1.1 API.
There's setProperties(Properties p) method I could not figure
out how to implement. Any experience?
Janne
--
Janne Saarela | Visiting scientist
Email: jsaarela@w3.org | World Wide Web Consortium http://www.w3.org/