#include "cccc.h"
#include <fstream>
#include <time.h>
#include "cccc_db.h"
#include "cccc_met.h"
#include "cccc_htm.h"
Go to the source code of this file.
Definition at line 615 of file cccc_xml.cc.
618 const char *cptr=stg.c_str();
619 while(*cptr!=
'\000') {
625 case '>': os.
fstr <<
">" ;
break;
626 case '<': os.
fstr <<
"<" ;
break;
627 case '&': os.
fstr <<
"&";
break;
628 default : os.
fstr << c;
Definition at line 635 of file cccc_xml.cc.
static string ltrim(string value)
string value_string() const