before "version one point oh." This list refers to an
old proprietary implementation, sorry:
- * jfilexml
* Schedule_Changes_XML
5. Update the list of schemagen files in htsn-import.cabal.
-6. We have DTDs but no sample XML for the following SportInfo types,
+6. Test addition of a new field (weatherxml) and ensure that the
+ database schema is updated accordingly. Document this fact in the
+ man page.
+
+7. We have DTDs but no sample XML for the following SportInfo types,
which have therefore been left unimplmented for now:
* Cbask_Indv_No_Avg_XML.dtd
* NFLYardsXML.dtd
* NFL_PuntingLeaders_XML.dtd
-7. The following DTD types were handled (in some form) by the old
+8. The following DTD types were handled (in some form) by the old
FeedGrabber. They are not yet handled by htsn-import (some may not
be valid):
.P
First, we must parse the XML. Each supported document type (see below)
has a full pickle/unpickle implementation (\(dqpickle\(dq is simply a
-synonym for serialize here). That means that we parse the entire
-document into a data structure, and if we pickle (serialize) that data
-structure, we get the exact same XML document tha we started with.
+synonym for \(dqserialize\(dq here). That means that we parse the
+entire document into a data structure, and if we pickle (serialize)
+that data structure, we get the exact same XML document tha we started
+with.
.P
This is important for two reasons. First, it serves as a second level
of validation. The first validation is performed by the XML parser,
.IP \[bu]
injuriesxml.dtd
.IP \[bu]
+jfilexml.dtd
+.IP \[bu]
newsxml.dtd
.IP \[bu]
Odds_XML.dtd