summaryrefslogtreecommitdiffstats
path: root/eurephiadm/xsltparser.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* eurephiadm: Fixed some memory cleanup with libxml2 and libxsltDavid Sommerseth2012-10-081-0/+3
| | | | | | | | Valgrind complained about reachable buffers within the libxml2 and libxslt functions. Found some init and cleanup functions which needed to be called to solve this. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Added doxygen comments for the main eurephiadm partsDavid Sommerseth2009-09-041-0/+22
|
* Implemented an XSLT parser for eurephiadmDavid Sommerseth2009-03-291-0/+70