From: Michael Orlitzky Date: Fri, 10 Jan 2014 21:48:13 +0000 (-0500) Subject: Add a note to the README about the hand-crafted schemas. X-Git-Tag: 0.0.1~104 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=88fcb0daa973b6e5321b9c8ebadc943e9b41697f;p=dead%2Fhtsn-import.git Add a note to the README about the hand-crafted schemas. --- diff --git a/doc/README.schemagen b/doc/README.schemagen index 30c3b1b..8dbd3a9 100644 --- a/doc/README.schemagen +++ b/doc/README.schemagen @@ -37,3 +37,7 @@ To generate them, run `make schema` at the project root. XML-Schema-learner will be invoked on each subfolder of "schemagen" and will output the corresponding DTDs to the "schemagen" 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.