- From: Eddie Robertsson <eddie@allette.com.au>
- Date: Wed, 26 Sep 2001 09:31:42 +1000
- To: Deepak Shetty <deepakshetty@hotmail.com>
- CC: xmlschema-dev@w3.org
Hi Seepak, It looks like your using the old CR version of XML Schema so I suggest you update to the latest version of Xerces (1.4.3?) and try again. Cheers, /Eddie Deepak Shetty wrote: > I am using xerces parser version 1.4.1 > > I am facing problems when I try to validate the xml based on the > schema. > When do you get this error > > I get the following error Grammar with uri 2: http://www.ifxforum.org > can not found. > > My xml header is > > <?xml version="1.0" > encoding="UTF-8"?><xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" > xmlns="http://www.ifxforum.org" > xsi:schemaLocation="http://www.ifxforum.org > file:///SchemaRedefine/2001_IFX110.xsd"> > > My schema header is > > <?xml version="1.0" encoding="UTF-8"?> > --> > <xsd:schema > targetNamespace="http://www.ifxforum.org" > xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" > xmlns:ifx="http://www.ifxforum.org"> > > > > > thanks, > > Deepak
Received on Tuesday, 25 September 2001 19:24:22 UTC