xml2 1.2.4
-
Fix potential dangling pointer with internal
asXmlChar()
function (@michaelquinn32, #287). -
as_xml_document()
now handles cases with text nodes trailing normal nodes (#274). -
xml_add_child()
can now create nodes with apar
attribute. These previously errored due to partial name matching of theparent
function in the internalcreate_node()
function. (@jennybc, #285) -
libxml2_version()
now returns a semantic version rather than alphanumeric version, so "2.9.10" > "2.9.9" (#277)