00001 /* $Id: OSStringUtil.h 2698 2009-06-09 04:14:07Z kmartin $ */ 00016 /* There is no OSxL schema. Instead, OSxL is used to denote an arbitrary schema or the 00017 * entire collection of schemas. This file contains some utility routines that are used 00018 * in other specific schema writers, such as OSiLWriter, etc. 00019 */ 00020 00021 #include <sstream> 00022 00034 std::string writeStringData(std::string str); 00035 00036 std::string makeStringFromInt(std::string theString, int theInt); 00037