summaryrefslogtreecommitdiffstats
path: root/common/eurephia_xml.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-291-2/+17
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
* Avoid segfault if xmlDoc or XML root element is NULL in eurephiaXML_getRoot(...)David Sommerseth2009-03-221-2/+1
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-201-2/+10
* Added common eurephiaXML functions for creating and reading eurephia XML docu...David Sommerseth2008-12-171-0/+56
* Added simple functions for extracting char * from XML nodesDavid Sommerseth2008-12-151-0/+49