summaryrefslogtreecommitdiffstats
path: root/src/dmixml.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new function: dmixml_FindNodeByAttr_NoCase(...)David Sommerseth2009-06-151-5/+11
| | | | | | | | | | This function will ignore the case of the string of the value to be found. This improves the behaviour mentioned in commit 20030e42b4d3f7283f6143641cb009a8dbf1da24. At the moment, the immediate advantage is that the pymap.xml is not strictly bound to if the type IDs in hex are in upper and/or lower case. Both cases and mixed cases will now work.
* 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
| | | | The previous version did not consider the tag name when searching for nodes.
* Return earlier when possibleNima Talebi2009-05-241-4/+4
|
* Completed preliminary reimplementation of type()Nima Talebi2009-05-241-0/+30
| | | | | | | Updated test unit to match. Throw an exception instead of returning None/False in some functions.
* 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
| | | | | This rewrite was to handle XPATH_NUMBER more correctly. Now these functions needs an preallocated memory buffer for the result.
* Added function for retrieving values from XPath objectsDavid Sommerseth2009-04-291-1/+34
| | | | Reverted commit 75aaf67d43cf4a28fe8d3e07111dab75a0c4396d in addition
* Only consider XML nodes which is of XML_ELEMENT_NODE when finding a specific ↵David Sommerseth2009-04-291-1/+2
| | | | node
* 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