diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-08-02 17:48:55 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-08-02 17:48:55 +0000 |
commit | 5b895562651e88bffe09a361ef74b9146ae96e53 (patch) | |
tree | fc062b81fd30a79b1296d81189947a2a89646985 /www/Makefile | |
parent | c7241da84c0fa24259408cdec24756c7a53892ea (diff) |
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.
Notes
Notes:
svn path=/head/; revision=115284
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 92cb0b415ca0..7b9080b64608 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 |