- From: Eddie Robertsson <eddie@allette.com.au>
- Date: Tue, 05 Jun 2001 09:39:03 +1000
- To: Paul Jakubik <pauljakubik@yahoo.com>
- CC: xmlschema-dev@w3.org
Hi Paul, Paul Jakubik wrote: > I am still having problems getting things to work. I > am using Xerces 1.4.0. I use a header that looks > something like this: > > <xsd:schema > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="file:///e:/paul/maple/schema-evolve/validate-files/XMLSchema.xsd"> I don't have any experience with Xerces 1.4.0 but one thing that could cause your problem is that you use xsi:schemaLocation in your schema. xsi:schemaLocation is used in the _instance_ document to give the schema processor a hint on where to find the schema to be used for validation. Cheers, /Eddie
Received on Monday, 4 June 2001 19:40:09 UTC