summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-05-10 23:17:19 +0200
committerGitHub <noreply@github.com>2023-05-10 23:17:19 +0200
commit8e5b9a9310c618b7c73944d902f3c3e7e646bd80 (patch)
tree53ecc0179e8bd51a9de59a5db69526d7c260a031
parent3cc10ece0999894c90367a22fb5a782c7356c425 (diff)
parenta7a57ea1b54b1926ae2f091bef1865383e2c2b4f (diff)
downloadlibexpat-git-master.tar.gz
Merge pull request #713 from libexpat/readme-be-specific-about-version-of-xmlHEADmaster
README.md: Be specific about version of XML and version of C
-rw-r--r--expat/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/expat/README.md b/expat/README.md
index e5e237fc..44508821 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -7,7 +7,8 @@
# Expat, Release 2.5.0
-This is Expat, a C library for parsing XML, started by
+This is Expat, a C99 library for parsing
+[XML 1.0 Fourth Edition](https://www.w3.org/TR/2006/REC-xml-20060816/), started by
[James Clark](https://en.wikipedia.org/wiki/James_Clark_%28programmer%29) in 1997.
Expat is a stream-oriented XML parser. This means that you register
handlers with the parser before starting the parse. These handlers