summaryrefslogtreecommitdiffstats
path: root/src/dmixml.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented dmixml_AddDMIstring()David Sommerseth2011-01-061-0/+42
* Allow format strings to be NULL in dmixml_Add*() functionsDavid Sommerseth2010-04-201-5/+19
* Removed not needed \n from log_append() entriesDavid Sommerseth2010-02-051-1/+1
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-3/+3
* Ported fprintf() -> log_append() on XML functionsDavid Sommerseth2010-01-081-4/+5
* Added new function: dmixml_FindNodeByAttr_NoCase(...)David Sommerseth2009-06-151-5/+11
* Added missing file section for Doxygen parsingDavid Sommerseth2009-06-031-3/+12
* Added Doxygent comments, fixed missing copyrightDavid Sommerseth2009-06-031-22/+91
* Rewrote dmixml_FindNodeByAttr(...) function to also use TagNameDavid Sommerseth2009-06-021-20/+18
* Return earlier when possibleNima Talebi2009-05-241-4/+4
* Completed preliminary reimplementation of type()Nima Talebi2009-05-241-0/+30
* Avoid segfault if XPATH_NODESET do not contain any dataDavid Sommerseth2009-05-131-1/+6
* Fixed segfault when processing XPATH_NODESET type and the nodeset is NULLDavid Sommerseth2009-05-131-1/+1
* Rewritten dmixml_GetXPathContent(...) and _get_key_value(...)David Sommerseth2009-04-301-10/+9
* Added function for retrieving values from XPath objectsDavid Sommerseth2009-04-291-1/+34
* Only consider XML nodes which is of XML_ELEMENT_NODE when finding a specific ...David Sommerseth2009-04-291-1/+2
* Don't return NULL in dmixml_GetContent(...)David Sommerseth2009-04-291-1/+1
* Do not add XML values if input is "(null)"David Sommerseth2009-04-291-3/+10
* Added right trim of xml dataDavid Sommerseth2009-04-291-0/+7
* Added more XML functionsDavid Sommerseth2009-04-291-0/+53
* Added missing copyright detailsDavid Sommerseth2009-04-291-1/+4
* Added dmixml.[ch] - helper function for generating XML nodesDavid Sommerseth2009-04-291-0/+140