X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fman1%2Fhtsn-import.1;h=e912c710e7411071a4bb15ee5fafcf7bd42553ff;hb=7f1aa546e884f803c1f274368bdbb0b2a9504456;hp=2ff04272aa7c6257ad0498b81749ba11249df51b;hpb=db898a60bc1b6b4b8e8408688f45b068ce3efb6e;p=dead%2Fhtsn-import.git diff --git a/doc/man1/htsn-import.1 b/doc/man1/htsn-import.1 index 2ff0427..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 @@ -230,6 +235,146 @@ MLBWalkRateXML.dtd mlbwalksleadersxml.dtd .IP \[bu] MLBXtraBaseHitsXML.dtd +.IP \[bu] +MLB_Pitching_Appearances_Leaders.dtd +.IP \[bu] +MLB_ERA_Leaders.dtd +.IP \[bu] +MLB_Pitching_Balks_Leaders.dtd +.IP \[bu] +MLB_Pitching_CG_Leaders.dtd +.IP \[bu] +MLB_Pitching_ER_Allowed_Leaders.dtd +.IP \[bu] +MLB_Pitching_Hits_Allowed_Leaders.dtd +.IP \[bu] +MLB_Pitching_Hit_Batters_Leaders.dtd +.IP \[bu] +MLB_Pitching_HR_Allowed_Leaders.dtd +.IP \[bu] +MLB_Pitching_IP_Leaders.dtd +.IP \[bu] +MLB_Pitching_Runs_Allowed_Leaders.dtd +.IP \[bu] +MLB_Pitching_Saves_Leaders.dtd +.IP \[bu] +MLB_Pitching_Shut_Outs_Leaders.dtd +.IP \[bu] +MLB_Pitching_Starts_Leaders.dtd +.IP \[bu] +MLB_Pitching_Strike_Outs_Leaders.dtd +.IP \[bu] +MLB_Pitching_Walks_Leaders.dtd +.IP \[bu] +MLB_Pitching_WHIP_Leaders.dtd +.IP \[bu] +MLB_Pitching_Wild_Pitches_Leaders.dtd +.IP \[bu] +MLB_Pitching_Win_Percentage_Leaders.dtd +.IP \[bu] +MLB_Pitching_WL_Leaders.dtd +.IP \[bu] +NBA_Team_Stats_XML.dtd +.IP \[bu] +NBA3PPctXML.dtd +.IP \[bu] +NBAAssistsXML.dtd +.IP \[bu] +NBABlocksXML.dtd +.IP \[bu] +nbaconfrecxml.dtd +.IP \[bu] +nbadaysxml.dtd +.IP \[bu] +nbadivisionsxml.dtd +.IP \[bu] +NBAFGPctXML.dtd +.IP \[bu] +NBAFoulsXML.dtd +.IP \[bu] +NBAFTPctXML.dtd +.IP \[bu] +NBAMinutesXML.dtd +.IP \[bu] +NBAReboundsXML.dtd +.IP \[bu] +NBAScorersXML.dtd +.IP \[bu] +nbastandxml.dtd +.IP \[bu] +NBAStealsXML.dtd +.IP \[bu] +nbateamleadersxml.dtd +.IP \[bu] +nbatripledoublexml.dtd +.IP \[bu] +NBATurnoversXML.dtd +.IP \[bu] +NCAA_Conference_Schedule_XML.dtd +.IP \[bu] +nflfirstdownxml.dtd +.IP \[bu] +NFLFumbleLeaderXML.dtd +.IP \[bu] +NFLGiveTakeXML.dtd +.IP \[bu] +NFLInside20XML.dtd +.IP \[bu] +NFLKickoffsXML.dtd +.IP \[bu] +NFLMondayNightXML.dtd +.IP \[bu] +NFLPassLeadXML.dtd +.IP \[bu] +NFLQBStartsXML.dtd +.IP \[bu] +NFLSackLeadersXML.dtd +.IP \[bu] +nflstandxml.dtd +.IP \[bu] +NFLTeamRankingsXML.dtd +.IP \[bu] +NFLTopPerformanceXML.dtd +.IP \[bu] +NFLTotalYardageXML.dtd +.IP \[bu] +NFL_KickingLeaders_XML.dtd +.IP \[bu] +NFL_NBA_Draft_XML.dtd +.IP \[bu] +NFL_Roster_XML.dtd +.IP \[bu] +NFL_Team_Stats_XML.dtd +.IP \[bu] +Transactions_XML.dtd +.IP \[bu] +Weekly_Sched_XML.dtd +.IP \[bu] +WNBA_Team_Leaders_XML.dtd +.IP \[bu] +WNBA3PPctXML.dtd +.IP \[bu] +WNBAAssistsXML.dtd +.IP \[bu] +WNBABlocksXML.dtd +.IP \[bu] +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