removed the char allocator. Started cleaning up the document code.
diff --git a/xmltest.cpp b/xmltest.cpp
index 6ff4667..8d09bc6 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -42,6 +42,7 @@
 										//"<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 ) {