summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-05-10 22:16:57 +0200
committerSebastian Pipping <sebastian@pipping.org>2023-05-10 22:17:45 +0200
commita7a57ea1b54b1926ae2f091bef1865383e2c2b4f (patch)
tree8d09c3a154bf545e33d2a16d72c966a174a56720
parent4b98a4e0012c5a9f2a562c7f08acdbf98aa330cb (diff)
downloadlibexpat-git-a7a57ea1b54b1926ae2f091bef1865383e2c2b4f.tar.gz
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