From a7a57ea1b54b1926ae2f091bef1865383e2c2b4f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 10 May 2023 22:16:57 +0200 Subject: README.md: Be specific about version of XML and version of C --- expat/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'expat') 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 -- cgit v1.2.1