summaryrefslogtreecommitdiffstats
path: root/server/xmlparser.py
Commit message (Expand)AuthorAgeFilesLines
* Added better error handling when reading XML files and returning empty tag va...David Sommerseth2009-08-051-2/+5
* xmlparser - did not try to take value out of a listDavid Sommerseth2009-07-301-1/+1
* xmlparser: Don't include the <value/> tag when processing xmlblobsDavid Sommerseth2009-07-301-1/+1
* Added new column: rtevalruns.report_filename.David Sommerseth2009-07-301-2/+3
* xmlparser: Correctly format rterid and syskey arguments, added support for /s...David Sommerseth2009-07-301-2/+12
* Improved xmlparser.py/XMLSQLparser class to handle libxml2.xmlDoc and libxml2...David Sommerseth2009-07-291-3/+22
* Implemented Python part of XML -> SQL parserDavid Sommerseth2009-07-291-56/+65
* Began implementing XML parser for rteval reportsDavid Sommerseth2009-07-241-0/+104