Re: [xml-dev] Problem with noNameSpaceSchemaLocation

From
Richard Tobin <>
To
Date
2002-03-12T13:12:55Z
ID
<>
Thread
Re: [xml-dev] Problem with noNameSpaceSchemaLocation
>xsi:noNamespaceSchemaLocation="E:\WebSphere\AppServer\hosts\default_host\Rap
>torDev\A\web/xml/RAPInvoiceSchema.xsd">

Try a proper file URI, eg

  file:///E:/WebSphere/...

-- Richard