jianfeng1.wang 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
..
hybrid 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
inheritance 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
performance 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
persistence 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
processing 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
roundtrip 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
Makefile.am 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
Makefile.in 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
README 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
examples-vc10.sln 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
examples-vc11.sln 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
examples-vc12.sln 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
examples-vc9.sln 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás
test.bat 0a35ffe797 xlnt自整理VS项目,与github上不同,git上面的太多编译错误。 2 anos atrás

README

processing
Shows how to parse a specific XML vocabulary, extract the data, and store
it back to XML.

persistence
Shows how to implement C++ classes that know how to persist themselves in
XML.

inheritance
Shows how to implement XML persistence for C++ classes that use inheritance.

roundtrip
Shows how to "roundtrip" an XML document, that is, parse it and serialize
it back to XML.

hybrid
Shows how to implement hybrid, partially in-memory, partially streaming
parsing and serialization.

performance
Measures the performance of the parser.