= Convert DCU class timetables to XML ----------------------- DCU's class timetables are ugly and difficult to read. This is an attempt to make the timetable information more easily accessible. Hopefully others will find an XML version of the timetable data useful. Note: Raw timetable data can only be accessed from inside DCU's network. = Usage: -----------------------from dcutt2xml import dcutt2xml tt = dcutt2xml("CA1", 1) # DCU course code, semester number. tt.retrieve() print tt.getXML()= Files: ----------------------- Required: * dcutt2xml.py - The interface and XML generator. * ttParser.py - HTML parser. Optional: * dcutt2xml.py - Example command-line interface.