mirror of https://github.com/AxioDL/tinyxml2.git
Fix up the readme, add attribution for the logo.
This commit is contained in:
parent
ce0510ba2d
commit
61871d60a6
14
readme.md
14
readme.md
|
@ -51,11 +51,10 @@ What it doesn't do.
|
||||||
|
|
||||||
TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) or XSLs
|
TinyXML-2 doesn't parse or use DTDs (Document Type Definitions) or XSLs
|
||||||
(eXtensible Stylesheet Language.) There are other parsers out there
|
(eXtensible Stylesheet Language.) There are other parsers out there
|
||||||
that are much more fully
|
that are much more fully featured. But they are also much bigger,
|
||||||
featured. But they are also much bigger, take longer to set up in
|
take longer to set up in your project, have a higher learning curve,
|
||||||
your project, have a higher learning curve, and often have a more
|
and often have a more restrictive license. If you are working with
|
||||||
restrictive license. If you are working with browsers or have more
|
browsers or have more complete XML needs, TinyXML-2 is not the parser for you.
|
||||||
complete XML needs, TinyXML-2 is not the parser for you.
|
|
||||||
|
|
||||||
TinyXML-1 vs. TinyXML-2
|
TinyXML-1 vs. TinyXML-2
|
||||||
-----------------------
|
-----------------------
|
||||||
|
@ -309,8 +308,9 @@ in shaping what is a very successful library. Extra thanks to Yves
|
||||||
Berquin and Andrew Ellerton who were key contributors.
|
Berquin and Andrew Ellerton who were key contributors.
|
||||||
|
|
||||||
TinyXML-2 grew from that effort. Lee Thomason is the original author
|
TinyXML-2 grew from that effort. Lee Thomason is the original author
|
||||||
of TinyXML-2 (and TinyXML-1) but hopefully TinyXML-2 will be improved
|
of TinyXML-2 (and TinyXML-1) but TinyXML-2 has been and is being improved
|
||||||
by many contributors.
|
by many contributors.
|
||||||
|
|
||||||
Thanks to John Mackay for the TinyXML-2 logo.
|
Thanks to John Mackay at http://john.mackay.rosalilastudio.com for the TinyXML-2 logo!
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue