summaryrefslogtreecommitdiffstats
path: root/rteval/xmlout.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated from libxslt to lxmlDavid Sommerseth2013-03-131-9/+40
* Copyright updatesDavid Sommerseth2013-01-181-5/+5
* updated source file copyright dates to 2010Clark Williams2010-07-121-1/+1
* Added unit-testsDavid Sommerseth2010-05-141-54/+72
* updated copyright, licensing and version infoClark Williams2009-08-111-0/+23
* Added new method GetXMLdocument()David Sommerseth2009-07-151-2/+8
* Return libxml2.xmlNode pointers, for more advanced usageDavid Sommerseth2009-06-181-2/+4
* Added more info useful when debuggingDavid Sommerseth2009-06-171-2/+2
* Added support for appending libxml2.xmlNode directly to xmloutDavid Sommerseth2009-06-111-0/+6
* add logic to deal with non-string data coming from DMI tables in xmlout.pyClark Williams2009-03-181-0/+2
* fixed race condition in xmlout constructor/destructor with initialization of ...Clark Williams2009-03-181-1/+2
* changed __fixtag to use translate mechaism; added translation table to transl...Clark Williams2009-03-161-7/+14
* added fixtag() to remove whitespace; added section descriptions for dmiClark Williams2009-03-161-2/+75
|\
| * Added replacing of space to underscore in XML tags and added possibility to a...David Sommerseth2009-03-121-6/+11
| * Added possibility to change the tag name of tuples when tuples are being parsedDavid Sommerseth2009-03-121-2/+6
| * Added a new input data parser to the XMLOut classDavid Sommerseth2009-03-121-0/+64
* | made tags safeClark Williams2009-03-121-3/+7
|/
* Implemented LoadReport() methodDavid Sommerseth2009-03-061-12/+69
* Moved __del__ method to a better place. Added a missing xmlDoc.freeDoc()David Sommerseth2009-03-061-4/+6
* Implemented XSLT processing to the XMLOut classDavid Sommerseth2009-03-061-8/+45
* Fixed even more encoding issuesDavid Sommerseth2009-03-061-4/+17
* Fixed some XML encoding issuesDavid Sommerseth2009-03-061-10/+7
* Changed XML implementation (PyXML -> libxml2)David Sommerseth2009-03-061-13/+10
* Added extra check in XMLOut::close, corrected an error messageDavid Sommerseth2009-03-051-1/+3
* Use 'toprettyxml' method instead when writing XML file. Added more test casesDavid Sommerseth2009-03-051-5/+6
* Rewrote xmlout.py to use xml.dom.minidomDavid Sommerseth2009-03-051-43/+62
* added XMLOut class; ported all modules to use XMLOut; reworked generated XML ...Clark Williams2009-03-031-0/+65