[
Lists Home |
Date Index |
Thread Index
]
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- To: Peter Zingg <Pzingg@imsisoft.com>
- Date: 14 Jan 2000 20:48:38 +0000
For a schema CHECKER, i.e. something which checks schemas, any
validating XML parser is a good start:
<?xml version="1.0"?>
<!DOCTYPE schema SYSTEM "http://www.w3.org/TR/1999/WD-xmlschema-1-19991217/structures.xsd">
<schema ...>
[Your schema here]
</schema>
For checking an instance against some other schema, well, be patient
for a few more weeks.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|