[Zope3-checkins] CVS: zopeproducts/xml - README.txt:1.2
Philipp von Weitershausen
philikon@philikon.de
Fri, 20 Jun 2003 18:18:39 -0400
Update of /cvs-repository/zopeproducts/xml
In directory cvs.zope.org:/tmp/cvs-serv16062
Modified Files:
README.txt
Log Message:
Update README.txt: improve format and mention DOM Document.
=== zopeproducts/xml/README.txt 1.1 => 1.2 ===
--- zopeproducts/xml/README.txt:1.1 Fri Jun 20 11:11:37 2003
+++ zopeproducts/xml/README.txt Fri Jun 20 18:18:38 2003
@@ -4,11 +4,25 @@
This is XML addon product for Zope3. It combines most extra XML
functionality in one convenient package.
- DOM
+ Components
- The DOM implementation from the Zope2 ParsedXML product, totally
- refurbished for Zope3. See dom/README.txt for more information.
+ DOM Document
- XSLT
+ A content object for XML storage using a persistent DOM
+ tree. It comes with a factory and views for TTW usage.
- Preliminary XSLT support. Status: experimental
+ Subpackages:
+
+ dom
+
+ The DOM implementation from the Zope2 ParsedXML product, totally
+ refurbished for Zope3. See dom/README.txt for more information.
+
+ xslt
+
+ Preliminary XSLT support. Status: experimental
+
+ examples
+
+ Examples of the Zope3 XML architecture (using XML schema
+ interfaces).