diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-04 03:02:59 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-04 03:02:59 +0000 |
commit | 7542e5c15d8f589bac3e05b0d61b0f5249499feb (patch) | |
tree | 7eb3a422ca7644f92eea916165fe3a75fe24c1fb /textproc/Makefile | |
parent | 167249d128bc7696bc5d512cbd26af15358f6811 (diff) |
fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.
WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp
PR: ports/116572
Submitted by: Timothy Bourke <timbob at bigpond.com>
Notes
Notes:
svn path=/head/; revision=200784
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 6bbbd21593db..d64ca7ec22f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -923,6 +923,7 @@ SUBDIR += slides SUBDIR += smartdoc SUBDIR += smartdoc-devel + SUBDIR += sml-fxp SUBDIR += soothsayer SUBDIR += source-highlight SUBDIR += sowing |