Skip to content
  • Brad King's avatar
    ENH: Create cmXMLSafe to help escapes in XML · dc13914c
    Brad King authored
    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.
    dc13914c