NunniMCAX v. 1.4.1 released

R

Roberto Nunnari

New Open Source release of NunniMCAX, a lightweight minimal,
XML parser written in C.

NunniMCAX is a C, non validating XML parser. Its APIs and
functioning are very similar to SAX. That means that if
you're familiar with SAX it will be straitforward to start
using it.

NunniMCAX is not and will never be a competitor of xerces nor
expat. In fact, the aim of NunniMCAX is to be a lightweight,
fast and reliable XML parser to be used in environment with
limited resources (embedded, mobiles, etc..). A minimal (only
well-formed check) executable linked statically against the
library with all symbols stripped away on FreeBSD has a size
below 19 KByte. NunniMCAX don't validate nor entity expansion..
but it strives to verify that the document is well-formed.

http://nunnimcax.nunnisoft.ch/en/home.jsp

This release includes mainly bugfixes:
- fixed memory leak thanks to Frank D'arcy who discovered
it and provided a patch
- fixed FSM logic definition error which would cause it
moving to the wrong state if the '>' character were found
inside a comment


NunniMCAX has been developped using NunniFSMGen
http://nunnifsmgen.nunnisoft.ch/en/
a Finite State Machine Generator in C, C++ and Java.

Best regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top