diff options
author | netchild <netchild@FreeBSD.org> | 2004-08-03 01:48:55 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-08-03 01:48:55 +0800 |
commit | 360f1dea5b297d37cd2699dd1612ca7c9dfdacbf (patch) | |
tree | bccf899657c6bdff666f0f7329d86c13ba616db7 /www/Makefile | |
parent | 19481988dec46e71ebb6566f2faa7db3aa8aa302 (diff) | |
download | freebsd-ports-graphics-360f1dea5b297d37cd2699dd1612ca7c9dfdacbf.tar.gz freebsd-ports-graphics-360f1dea5b297d37cd2699dd1612ca7c9dfdacbf.tar.zst freebsd-ports-graphics-360f1dea5b297d37cd2699dd1612ca7c9dfdacbf.zip |
ZopeXMLMethods provides methods to apply to Zope objects for XML/XSLT
processing. XSLTMethod associates XSLT transformers with XML documents.
ZopeXMLMethods succeeds the XMLTransform plug-in. It features
file-system caching and works with many XML/XSLT libraries.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 92cb0b415ca..7b9080b6460 100644 --- a/www/Makefile +++ b/www/Makefile @@ -723,6 +723,7 @@ SUBDIR += zope-silvaviews SUBDIR += zope-soapmethod SUBDIR += zope-ttwtype + SUBDIR += zope-xmlmethods SUBDIR += zope-xmlwidgets SUBDIR += zope-zmysqlda SUBDIR += zope-zpt |