[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] embedded XML parser
- From: John Wilson <tug@wilson.co.uk>
- To: Eric Chiu <echiu@imservice.com>, xml-dev@lists.xml.org
- Date: Thu, 25 Oct 2001 17:31:59 +0100
I have two small Java parsers available at http://www.wilson.co.uk. MinML
supports SAX1 and MinML2 supports SAX2. They were specifically developed to
support small footprint embedded systems and are reasonably fast (see
http://www.extreme.indiana.edu/~aslom/exxp/).
Neither currently support mixed content but I plan to fix that in the near
future.
----- Original Message -----
From: "Eric Chiu" <echiu@imservice.com>
To: <xml-dev@lists.xml.org>
Sent: Tuesday, October 23, 2001 7:56 PM
Subject: [xml-dev] embedded XML parser
I am looking for an open source XML parser with a
small footprint that I can port to an embedded system.
Are there candidates other than James Clarke's XP that
I should consider?
Eric Chiu