summaryrefslogtreecommitdiff
path: root/rest/rest-xml-node.h
Commit message (Collapse)AuthorAgeFilesLines
* xml: modernizedGünther Wagner2022-01-121-16/+18
|
* xml-node: Remove deprecated APITimm Bäder2016-06-161-2/+0
|
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-101-0/+75
Split out RestXmlNode into separate source files and added simple API for manually constructing tree of RextXmlNodes and converting such a tree to a string: * xml_node_add_child() * xml_node_add_attribute() * xml_node_set_content() * xml_node_print() Includes xml test for make check