work on the streamer class. A little optimization to the string class. Formatting work.
diff --git a/xmltest.cpp b/xmltest.cpp
index 6376d91..7b12475 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -40,6 +40,7 @@
 										//"<element>Text inside element.</element>",

 										//"<element><b></b></element>",

 										"<element>Text inside and <b>bolded</b> in the element.</element>",

+										"<outer><element>Text inside and <b>bolded</b> in the element.</element></outer>",

 										0

 		};

 		for( int i=0; test[i]; ++i ) {