summaryrefslogtreecommitdiffstats
path: root/common/eurephia_xml.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
* Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-271-0/+2
* Added eurephiaXML_IsResultMsg() to check if an XML doc is a ResultMsg documentDavid Sommerseth2009-09-251-0/+1
* Rewrote eurephiaXML_ResultMsg() to also support adding an xmlNode* with more ...David Sommerseth2009-09-211-1/+12
* Added a simple xmlNode iterator for future usageDavid Sommerseth2009-09-141-0/+8
* More comments in common/David Sommerseth2009-09-041-1/+16
* Added simple function for returning results and errors as XMLDavid Sommerseth2009-04-021-0/+6
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-201-6/+2
* Added common eurephiaXML functions for creating and reading eurephia XML docu...David Sommerseth2008-12-171-0/+3
* Needed to change from #define macro to function to avoid compiler warningDavid Sommerseth2008-12-151-1/+3
* Added simple functions for extracting char * from XML nodesDavid Sommerseth2008-12-151-0/+37