Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new function: dmixml_FindNodeByAttr_NoCase(...) | David Sommerseth | 2009-06-15 | 1 | -1/+34 |
| | | | | | | | | | | 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. | ||||
* | Rewrote dmixml_FindNodeByAttr(...) function to also use TagName | David Sommerseth | 2009-06-02 | 1 | -1/+1 |
| | | | | The previous version did not consider the tag name when searching for nodes. | ||||
* | Added a simple helper macro to simplify xmlNode traversing | David Sommerseth | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | Completed preliminary reimplementation of type() | Nima Talebi | 2009-05-24 | 1 | -0/+1 |
| | | | | | | | Updated test unit to match. Throw an exception instead of returning None/False in some functions. | ||||
* | Rewritten dmixml_GetXPathContent(...) and _get_key_value(...) | David Sommerseth | 2009-04-30 | 1 | -1/+1 |
| | | | | | 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 objects | David Sommerseth | 2009-04-29 | 1 | -0/+2 |
| | | | | Reverted commit 75aaf67d43cf4a28fe8d3e07111dab75a0c4396d in addition | ||||
* | Added more XML functions | David Sommerseth | 2009-04-29 | 1 | -0/+5 |
| | |||||
* | Added missing copyright details | David Sommerseth | 2009-04-29 | 1 | -1/+4 |
| | |||||
* | Fixed wrong xmlAttrNode type to xmlAttr | David Sommerseth | 2009-04-29 | 1 | -1/+2 |
| | |||||
* | Added dmixml.[ch] - helper function for generating XML nodes | David Sommerseth | 2009-04-29 | 1 | -0/+32 |