Hallo Jeff,

Thursday, December 19, 2002, 3:34:07 PM, you wrote:

> You can always do this;
>     new DocumentBuilder()
>         .parse(new InputSource(new FileReader(filename)));
> which lets the java.io stuff handle the processing of the filename with
> spaces.

Yes, but it won't let you load a relative addressed DTD. Therefore you
have to set the systemID again, and have the same problem again.


-- 
Best regards,
 Michael                            mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to