X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fman1%2Fhtsn-import.1;h=e912c710e7411071a4bb15ee5fafcf7bd42553ff;hb=4fe75185430116f2139dd64e97267254eda9d445;hp=395728ce14e08306732969f3cc9e1812df2130a5;hpb=cf94127414086875b6328a195a22fc04ba294e58;p=dead%2Fhtsn-import.git diff --git a/doc/man1/htsn-import.1 b/doc/man1/htsn-import.1 index 395728c..e912c71 100644 --- a/doc/man1/htsn-import.1 +++ b/doc/man1/htsn-import.1 @@ -23,9 +23,10 @@ database. .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, @@ -58,6 +59,8 @@ Injuries_Detail_XML.dtd .IP \[bu] injuriesxml.dtd .IP \[bu] +jfilexml.dtd +.IP \[bu] newsxml.dtd .IP \[bu] Odds_XML.dtd @@ -77,6 +80,8 @@ cflpreviewxml.dtd .IP \[bu] Matchup_NBA_NHL_XML.dtd .IP \[bu] +MLB_Fielding_XML.dtd +.IP \[bu] MLB_Gaming_Matchup_XML.dtd .IP \[bu] MLB_Lineup_XML.dtd @@ -356,6 +361,20 @@ WNBABlocksXML.dtd WNBAFGPctXML.dtd .IP \[bu] WNBAFoulsXML.dtd +.IP \[bu] +WNBAFTPctXML.dtd +.IP \[bu] +WNBAMinutesXML.dtd +.IP \[bu] +WNBAReboundsXML.dtd +.IP \[bu] +WNBAScorersXML.dtd +.IP \[bu] +wnbastandxml.dtd +.IP \[bu] +WNBAStealsXML.dtd +.IP \[bu] +WNBATurnoversXML.dtd .RE .P The GameInfo and SportInfo types do not have their own top-level