mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-19 05:50:35 +00:00
This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data.