Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tinyxml2 - Simple, small and efficient C++ XML parser
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be
easily integrated into other programs. It uses a Document Object Model
(DOM), meaning the XML data is parsed into a C++ objects that can be
browsed and manipulated, and then written to disk or another output stream.
TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) nor XSLs
(eXtensible Stylesheet Language).
TinyXML-2 uses a similar API to TinyXML-1, But the implementation of the
parser was completely re-written to make it more appropriate for use in a
game. It uses less memory, is faster, and uses far fewer memory allocations.
Packages
Latest: tinyxml2-1.0.11-3.20130805git0323851.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
tinyxml2 |
0 |
1.0.11 |
3.20130805git0323851.el6.fio |
x86_64 |
30 KiB |
2013-09-20 06:19:50 |
Changelog:
- * 2013-08-12 - François Cami <fcami[AT]fedoraproject[DOTORG]> - 1.0.11-3.20130805git0323851
- Fixes by Susi Lehtola: build in a separate directory and don't build anything static.
- * 2013-08-12 - François Cami <fcami[AT]fedoraproject[DOTORG]> - 1.0.11-2.20130805git0323851
- Fixes suggested by Ville Skyttä: drop -static, add check, etc.
- * 2013-08-10 - François Cami <fcami[AT]fedoraproject[DOTORG]> - 1.0.11-1.20130805git0323851
- Initial package.