google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
680 stars 253 forks source link

Make feedvalidator output XHTML-compliant #397

Closed nicholasdgoodman closed 8 years ago

nicholasdgoodman commented 9 years ago

Replaced non-closing elements with self-closing elements. Added two missing close tags. Escaped special HTML/XML characters.