diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-05 02:03:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-05 02:03:12 +0800 |
commit | ee604ba5794fc215c113835a982138df643b51d1 (patch) | |
tree | b9df76aa15650ff5323568dce3247b1ef13fd02b /textproc/Makefile | |
parent | 326aa8dc9012b320297e683115256f52c0dc9658 (diff) | |
download | freebsd-ports-gnome-ee604ba5794fc215c113835a982138df643b51d1.tar.gz freebsd-ports-gnome-ee604ba5794fc215c113835a982138df643b51d1.tar.zst freebsd-ports-gnome-ee604ba5794fc215c113835a982138df643b51d1.zip |
MXP1 is a new XmlPull parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to take best advantage of
latest JIT JVMs such as Hotspot in JDK 1.4.
MXP1 was designed to use best available the latest and the most advanced JIT
engines such as Hotspot in JDK1.4.
MXP1 has following features:
- fast - let me say it again it is fast :-)
- small - lot of performance packed in JAR file that is less than 20KB!
- easy to use - the parser implements common XML pull parsing API (XMLPULL)
described at http://www.xmlpull.org
Performance tests that compare MXP1 to other leading XML parsers are available
at http://www.extreme.indiana.edu/~aslom/xpp_sax2bench/
WWW: http://www.extreme.indiana.edu/soap/xpp/mxp1/
PR: ports/65066
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e847d1466f3a..057b09cc0e15 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -584,6 +584,7 @@ SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xp + SUBDIR += xpp3 SUBDIR += xslide.el SUBDIR += xslint SUBDIR += xt |