]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Add another Odds_XML oddity to the man page.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Jul 2014 13:54:36 +0000 (09:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Jul 2014 13:54:36 +0000 (09:54 -0400)
doc/man1/htsn-import.1

index 616f7e85b82850366a2f6081cb879b51698b5ee3..f36327c032532e08aee29c8869b2d74df5838aec 100644 (file)
@@ -294,6 +294,18 @@ this leads to ambiguity in parsing. We therefore ignore the notes
 entirely (although a hack is employed to facilitate parsing). The same
 thing goes for the newer <League_Name> element.
 
+We've also seen XML on the feed where the home/away starter elements
+exist and have ID attributes but no content. For example,
+
+.nf
+<AStarter ID=\(dq0\(dq></AStarter>
+<HStarter ID=\(dq0\(dq></HStarter>
+.fi
+
+We don't handle this at the moment, but since the starter id/name are
+already optional (we just expect them to be present or missing as a
+pair), it wouldn't be too hard to support.
+
 .IP \[bu]
 \fIweatherxml.dtd\fR