Always true.

This commit is contained in:
Steve Checkoway
2006-10-01 12:29:14 +00:00
parent 9f9f61579c
commit c89900e2c1
2 changed files with 7 additions and 16 deletions
+1 -4
View File
@@ -38,13 +38,10 @@ typedef multimap<RString,XNode*> XNodes;
// Parse info.
struct PARSEINFO
{
bool trim_value; // [set] do trim when parse?
bool entity_value; // [set] do convert from reference to entity? ( &lt; -> < )
bool error_occur; // [get] is occurance of error?
RString error_string; // [get] error string
PARSEINFO() { trim_value = true; entity_value = true; error_occur = false; }
PARSEINFO() { error_occur = false; }
};
// display optional environment