summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/streaming/parser.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-05-04If attribute is xmlns, supply proper namespace to DOMBoris Kolpackov1-3/+11
Xerces-C++ SAX does not provide proper namespace for the xmlns attribute as in xmlns="foo" or xmlns="".
2010-04-26Add missing access specifierBoris Kolpackov1-1/+1
2009-11-05Disable buffering in Xerces-C++ parser for the streaming exampleBoris Kolpackov1-1/+6
2009-11-05Enable multiple import support for Xerces-C++ 3.1.0 or laterBoris Kolpackov1-0/+7
2009-10-13Extended the streaming exampleBoris Kolpackov1-0/+288
It now shows how to perform stream-oriented, partially in-memory XML processing using the C++/Tree mapping.