]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Update the schemagen README.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 13 Jan 2014 05:37:02 +0000 (00:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 13 Jan 2014 05:37:02 +0000 (00:37 -0500)
doc/README.schemagen

index 8dbd3a91829343e512da82ff074a5df4842b7511..8c570d3d60eb4b6bc5fed80bf6448987ad7af381 100644 (file)
@@ -9,7 +9,7 @@ construct a database into which to insert the XML. How do we know if
 to know how many times it can appear. So we need some form of
 specification. And reading all of the XML files one at a time to count
 the number of <game>s is impractical. So, we would like to generate
-the DTDs manually.
+the DTDs automatically.
 
 The process should go something like,
 
@@ -39,5 +39,7 @@ root. XML-Schema-learner will be invoked on each subfolder of
 folder.
 
 Most of the production schemas are generated this way; however, a few
-needed manual tweaking. Any hand-modified schemas can be found in the
-"schema" folder in the project root.
+needed manual tweaking. The final, believed-to-be-correct schemas for
+all supported document types can be found in the "schema" folder in
+the project root. Having the "correct" DTDs available means you
+don't need XML-Schema-learner available to install htsn-import.