Skip to content

xml2 1.2.4

Compare
Choose a tag to compare
@jimhester jimhester released this 10 Mar 20:30
· 108 commits to master since this release
  • 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 a par attribute. These previously errored due to partial name matching of the parent function in the internal create_node() function. (@jennybc, #285)

  • libxml2_version() now returns a semantic version rather than alphanumeric version, so "2.9.10" > "2.9.9" (#277)