improved the streamer interface so it doesn't require text parent. now possible to connect visitor and streamer.

This commit is contained in:
Lee Thomason
2012-02-09 18:16:58 -08:00
parent 43f59307cc
commit 56bdd0259e
3 changed files with 206 additions and 74 deletions

View File

@@ -52,6 +52,7 @@ int main( int argc, const char* argv )
printf( "----------------------------------------------\n" );
}
}
#if 0
{
static const char* test = "<element>Text before.</element>";
XMLDocument doc;
@@ -67,5 +68,6 @@ int main( int argc, const char* argv )
doc->Parse( test );
delete doc;
}
#endif
return 0;
}