> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> list-help: <mailto:[EMAIL PROTECTED]>
> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
> list-post: <mailto:[EMAIL PROTECTED]>
> Delivered-To: mailing list [EMAIL PROTECTED]
> Date: Thu, 30 Aug 2001 09:57:52 +0000 (Asia/Calcutta)
> From: Gopal Sharma <[EMAIL PROTECTED]>
> Subject: Re: include Schema in local file
> To: [EMAIL PROTECTED]
> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> 
> > 
> > I am using dom.DOMCount example of Xerces 1.4.2 to validate an XML instance 
an 
> > XML Schema. The Schema is located on my local hard disk, not on a web site. 
It 
> > has include elements referencing other local schemas, like:
> > 
> > <include schemaLocation="C:\Schemas\mml_util.xsd"/>
> > 
> > I get the following error:
> > 
> > Error: constraint 3.x.3: Invalid attribute value for 'schemaLocation' in 
> > element 'include': Value 'C:\Schemas\mml_util.xsd' is a Malformed URI .
> > 
> > How can I refer to a local file (Windows 2000) with an <include> element?
> > 
> > Thanks
> > 
> > Manuel
> > 
> 
> It seems, you are right. I will recommend you to use Xerces 1.4.3, if you can. 
> You can use file protocol syntax also.

  Sorry, It works for Xerces 1.4.2 also.Just change your '\' to '/'.

> Cheers
> 
> Gopal
> --------------------
> SUN Microsystems Inc.
> 



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

Reply via email to