- From: Henry S. Thompson <ht@inf.ed.ac.uk>
- Date: Tue, 30 Aug 2005 09:47:45 +0100
- To: "Kevin L. Cobb" <kevin.cobb@emergint.com>
- Cc: <xmlschema-dev@w3.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If I correct three typos/mailer artefacts, your example works fine for
me:
<book xmlns="http://books/ <http://books/> "
xmlns:money="http://money/ <http://money/> ">
==>
<book xmlns="http://books/" xmlns:money="http://money/">
<xs:import namespace="http://money/"
schemaLocation="Money.xsd"/>
==>
<xs:import namespace="http://money/" schemaLocation="money.xsd"/>
What validator are you using, and what error message are you getting?
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]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFDFB0xkjnJixAXWBoRAp+6AJwLOBtn6JIx/BE6y7AREtnWJEr9yQCfRbas
4uYIw0MijElPGYCTp1CiTVw=
=xVwt
-----END PGP SIGNATURE-----
Received on Tuesday, 30 August 2005 08:47:55 UTC