improved the streamer interface so it doesn't require text parent. now possible to connect visitor and streamer.
diff --git a/xmltest.cpp b/xmltest.cpp
index 243f0fa..7be7c2e 100644
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -52,6 +52,7 @@
 			printf( "----------------------------------------------\n" );

 		}

 	}

+#if 0

 	{

 		static const char* test = "<element>Text before.</element>";

 		XMLDocument doc;

@@ -67,5 +68,6 @@
 		doc->Parse( test );

 		delete doc;

 	}

+#endif

 	return 0;

 }
\ No newline at end of file