Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid segfault if XPATH_NODESET do not contain any data | David Sommerseth | 2009-05-13 | 1 | -1/+6 |
| | |||||
* | Fixed segfault when processing XPATH_NODESET type and the nodeset is NULL | David Sommerseth | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | Rewritten dmixml_GetXPathContent(...) and _get_key_value(...) | David Sommerseth | 2009-04-30 | 1 | -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 objects | David Sommerseth | 2009-04-29 | 1 | -1/+34 |
| | | | | Reverted commit 75aaf67d43cf4a28fe8d3e07111dab75a0c4396d in addition | ||||
* | Only consider XML nodes which is of XML_ELEMENT_NODE when finding a specific ↵ | David Sommerseth | 2009-04-29 | 1 | -1/+2 |
| | | | | node | ||||
* | Don't return NULL in dmixml_GetContent(...) | David Sommerseth | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Do not add XML values if input is "(null)" | David Sommerseth | 2009-04-29 | 1 | -3/+10 |
| | |||||
* | Added right trim of xml data | David Sommerseth | 2009-04-29 | 1 | -0/+7 |
| | |||||
* | Added more XML functions | David Sommerseth | 2009-04-29 | 1 | -0/+53 |
| | |||||
* | Added missing copyright details | David Sommerseth | 2009-04-29 | 1 | -1/+4 |
| | |||||
* | Added dmixml.[ch] - helper function for generating XML nodes | David Sommerseth | 2009-04-29 | 1 | -0/+140 |