<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE spell
[
 <!ELEMENT spell      (version, ((error) | (word, dictionary, spellings)))>
 <!ELEMENT version    (#PCDATA)>
 <!ELEMENT error      (#PCDATA)>
 <!ELEMENT word       (#PCDATA)>
 <!ELEMENT dictionary (#PCDATA)>
 <!ELEMENT spellings  (spelling+)>
 <!ELEMENT spelling   (#PCDATA)>
]>
<!-- 

  For more information, see:
  
    http://spell.ockham.org/about/
    
  This XML file, defined by the included DTD is the result of simple Web 
  Service called spell.                                                  
	                                                                  
  The purpose of the Service is to return alternative spellings to given 
  words. Queries to the Service take the following form:                 
	                                   
    http://spell.ockham.org/?word=FOO&dictionary=BAR 
  
  where FOO is a word to look up and BAR can be any one of the 
  following values: 
  
    * biological 
    * earth 
    * library 
    * master (the default) 
    * mathematics 
  
  Here are a number of sample queries: 
  
    http://spell.ockham.org/?word=origami 
    http://spell.ockham.org/?word=origami&dictionary=master 
    http://spell.ockham.org/?word=origami&dictionary=earth 
    http://spell.ockham.org/?word=m0rgan&dictionary=library 
    
  Author: Eric Lease Morgan 
  Email: emorgan@nd.edu    
  Date created: September 20, 2005
  Date updated: September 21, 2005

-->


<spell>
	<version>0.1</version>
	<error>No word</error>
</spell>
