diff options
author | hq <hq@FreeBSD.org> | 2004-10-26 23:45:51 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-10-26 23:45:51 +0800 |
commit | 696b67b50bff594bc80e97e5bdf6de074444022d (patch) | |
tree | d2090ea6c36095a8296861da44435ef1cf092356 /textproc/Makefile | |
parent | 5abb576ef6da571508ea165287bb03145ff9e04f (diff) | |
download | freebsd-ports-gnome-696b67b50bff594bc80e97e5bdf6de074444022d.tar.gz freebsd-ports-gnome-696b67b50bff594bc80e97e5bdf6de074444022d.tar.zst freebsd-ports-gnome-696b67b50bff594bc80e97e5bdf6de074444022d.zip |
XOM is a new XML object model. It is an open source (LGPL), tree-based API for
processing XML with Java that strives for correctness and simplicity.
XOM is designed to be easy to learn and easy to use. It works very
straight-forwardly, and has a very shallow learning curve. Assuming you're
already familiar with XML, you should be able to get up and running with XOM
very quickly.
WWW: http://www.cafeconleche.org/XOM/
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 1a8707a20e11..5ceb83c26496 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -670,6 +670,7 @@ SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp + SUBDIR += xom SUBDIR += xp SUBDIR += xpp3 SUBDIR += xslide.el |