>
> From: Rick Jelliffe <>
> Date: 2005/05/11 Wed AM 12:48:25 EDT
> To:
> CC:
> Subject: Re: [xml-dev] anyURI mystery help
>
> wrote:
>
> >
> >But when I try to validate this file against a schema, I get the error that "file://wherever_schema_is_stored/NMS-LESYG-IF_WFAC_ALL.xsd is not valid anyURI".
> >( Im using xerces by the way. with JDK 1.4 )
> >
> >
> Use three / e.g.
> file:///where_ever
> which is short for
> file://localhost/where_ever
Actually I spent quite some time yesterday, trying to fish for this RFC. Thanks a lot
You were of course right, putting 3 slashes fixed the problem.
Thanks again
( Help from Australia even gave this solution a geekish aura. We are in Atlanta. )
--sony