commit | 56bdd0259e7f88bd0d901f24cbe9dd33216cf569 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Feb 09 18:16:58 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Feb 09 18:16:58 2012 -0800 |
tree | 2666d14c0ba76379d2c639fe8a08d3d6204358d3 | |
parent | 43f59307ccee3a613ca08cbcbf8d9f95faba5959 [diff] [blame] |
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