- From: David Walker <David.W.Walker@cs.cardiff.ac.uk>
- Date: Tue, 25 May 2004 22:40:19 +0100
- To: "David Walker" <David.W.Walker@cs.cardiff.ac.uk>, "Henry S. Thompson" <ht@inf.ed.ac.uk>
- Cc: <xmlschema-dev@w3.org>
Thanks for your reply. I don't think an incorrect targetNamespace is the problem. The XML file starts with: <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <MyConference xmlns="http://www.cs.cf.ac.uk/user/David.W.Walker/MyConferences"> and the Schema starts with: <xs:schema targetNamespace="http://www.cs.cf.ac.uk/user/David.W.Walker/MyConferences" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:mc="http://www.cs.cf.ac.uk/user/David.W.Walker/MyConferences" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Regards David ---- Original Message ----- From: "Henry S. Thompson" <ht@inf.ed.ac.uk> To: "David Walker" <David.W.Walker@cs.cardiff.ac.uk> Cc: <xmlschema-dev@w3.org> Sent: Saturday, May 22, 2004 10:40 AM Subject: Re: XSV to validate schema instance > "David Walker" <David.W.Walker@cs.cardiff.ac.uk> writes: > > > I have installed XSV under Windows and tried > > > > xsv file.xml file.xsd > > > > to validate file.xml against the schema in file.xsd. I got no errors > > but the output says the validation was lax, and even when I edit > > either the xml or xsd file so that file.xml in not a valid instance > > of file.xsd I still get no errors. > > This is usually a sign of a namespace mismatch, i.e. the namespace of > the instance is not the targetNamespace of the schema. > > ht > -- > Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh > Half-time member of W3C Team > 2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440 > Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk > URL: http://www.ltg.ed.ac.uk/~ht/ > [mail really from me _always_ has this .sig -- mail without it is forged spam] >
Received on Tuesday, 25 May 2004 17:40:48 UTC