removed the char allocator. Started cleaning up the document code.

This commit is contained in:
Lee Thomason
2012-01-26 18:17:26 -08:00
parent 951d88394c
commit 18d68bdf6b
3 changed files with 76 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ int main( int argc, const char* argv )
//"<element>Text inside and <b>bolded</b> in the element.</element>",
//"<outer><element>Text inside and <b>bolded</b> in the element.</element></outer>",
"<element>This &amp; That.</element>",
"<element attrib='This&lt;That' />",
0
};
for( int i=0; test[i]; ++i ) {