File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
66easily integrated into other programs.
77
8- The master is hosted on github :
8+ The master is hosted on GitHub :
99https://github.com/leethomason/tinyxml2
1010
1111The online HTML version of these docs:
@@ -64,7 +64,7 @@ rich test cases. But the implementation of the parser is completely re-written
6464to make it more appropriate for use in a game. It uses less memory, is faster,
6565and uses far fewer memory allocations.
6666
67- TinyXML-2 has no dependency on the C++ Standard Library, and does not adapt any
67+ TinyXML-2 has no dependency on the C++ Standard Library, and does not adapt or use any
6868of its collection types either.
6969
7070## Features
@@ -166,7 +166,7 @@ line number information for error messages.
166166TinyXML-2 recognizes the pre-defined "character entities", meaning special
167167characters. Namely:
168168
169- ``` xml
169+ ``` html
170170& ; &
171171< ; <
172172> ; >
@@ -306,7 +306,7 @@ The TinyXML-2 port in vcpkg is kept up to date by Microsoft team members and com
306306
307307## Versioning
308308
309- TinyXML-2 uses semantic versioning. http://semver.org/ Releases are now tagged in github .
309+ TinyXML-2 uses semantic versioning. http://semver.org/ Releases are now tagged in GitHub .
310310
311311Note that the major version will (probably) change fairly rapidly. API changes are fairly
312312common.
You can’t perform that action at this time.
0 commit comments