From 6b43e142b8503ed19c5f2a84f61dcd5fcc9734cb Mon Sep 17 00:00:00 2001
From: "Fred L. Drake, Jr."
Date: Thu, 22 Jan 2004 04:22:17 +0000
Subject: [PATCH] add link to OCaml Expat
---
htdocs/index.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/htdocs/index.html b/htdocs/index.html
index 8d14e43f..772d6240 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -176,6 +176,10 @@ source interfaces to Expat from languages other than C.
Perl's XML::Parser
module is a wrapper built around a
binding to Expat in the XML::Parser::Expat
module.
+ OCaml Expat is a
+ wrapper around Expat for the Objective Caml language.
+
XML Tools
2 is an AppleScript scripting addition that allows AppleScript
applications to work with XML data; it is based on Expat.