Zope XML Methods @ SourceForge
This is the home page for the ZopeXMLMethods plug-in for the Zope Application Server.
See also the project
page for ZopeXMLMethods.
What is it?
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. It is written in Python.
Major features:
-
Supports the following XML/XSLT processing libraries:
-
XSLT processing including support for URN resolvers and XML
catalogs (click here or here
to find out more about XML catalog technology. There is
also a whole section about it in the tutorial.)
-
Works with nearly any kind of Zope object that can produce
XML (e.g. File, ZopePageTemplate, ParsedXML, XMLDocument,
DTMLDocument, etc.)
-
Supports XSLT pipelines, where the output from one
transformer is passed to the next: aXML/xslt1/xslt2/xslt3
-
Pluggable architecture makes it possible to dynamically
choose between different XSLT processors at runtime.
-
Full set of unit tests. Test suite uses Stefan Holek's
excellent ZopeTestCase
enhanced testing library.
Is documentation available?
Yes indeed:
Where can I get it?
ZopeXMLMethods releases can be obtained here.
Last Updated April 7, 2003