From d74e1c22252e85cc0a18f773b8752ca53094e057 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 13 Jan 2014 00:37:02 -0500 Subject: [PATCH] Update the schemagen README. --- doc/README.schemagen | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/README.schemagen b/doc/README.schemagen index 8dbd3a9..8c570d3 100644 --- a/doc/README.schemagen +++ b/doc/README.schemagen @@ -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 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. -- 2.43.2