commit | 18d68bdf6b437c4bc74881ce655199ef1042c5b1 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Jan 26 18:17:26 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Jan 26 18:17:26 2012 -0800 |
tree | 45111189f12569242b6ff794b4f7376b115317c1 | |
parent | 951d88394c5b3000ec55e9ee1f43c568dddc7b1c [diff] [blame] |
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 & That.</element>", + "<element attrib='This<That' />", 0 }; for( int i=0; test[i]; ++i ) {