#include <stdexcept>
#include <algorithm>
#include <boost/bind.hpp>
#include "Fireworks/Core/interface/FWConfiguration.h"
Go to the source code of this file.
Functions | |
std::string | attrEscape (std::string value) |
std::string attrEscape | ( | std::string | value | ) |
Helper function to make sure we escape correctly xml entities embedded in the string value.
Definition at line 160 of file FWConfiguration.cc.
References FWConfiguration::value().
Referenced by FWConfiguration::streamTo().