776 B
776 B
| layout | title |
|---|---|
| post | pugixml 1.14 release |
pugixml-1.14 is out. This is a maintenance release that adds several minor features (read the changelog for details).
Highlights for this release include:
xml_attribute::set_nameandxml_node::set_namenow have overloads that accept pointer to non-null-terminated string and size- Implement
parse_merge_pcdataparsing mode in which PCDATA contents is merged into a single node when original document had comments that were skipped during parsing - Fix PUGIXML_STATIC_CRT CMake option
You can download the source package or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).