William Maurer wrote:
> SAXParser.java:170: Method toURL() not found in class java.io.File.
>         this.parse(new InputSource(file.toURL().toString()),base);

File#toURL() method was introduced in Java 1.2. The code in the
JAXP implementation has since been changed to allow compilation
under Java 1.1.x. If you extract the latest source from CVS you'll
see the changes.

> ps: I get an error accessing the "Bugs" at xml.apache.org/bugs: "You don't
> have permission to access /bugs/ on this server."

Because of a security breach, BugZilla was disabled. Please post bug
reports to the appropriate mailing lists.

-- 
Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]

Reply via email to