[Zope3-checkins] CVS: zopeproducts/xml - README.txt:1.1 __init__.py:1.1 configure.zcml:1.1

Philipp von Weitershausen philikon@philikon.de
Fri, 20 Jun 2003 11:11:38 -0400


Update of /cvs-repository/zopeproducts/xml
In directory cvs.zope.org:/tmp/cvs-serv15767/xml

Added Files:
	README.txt __init__.py configure.zcml 
Log Message:
Moved the xml_examples, xslt, xslt_examples and xmldom products to one
xml product.


=== Added File zopeproducts/xml/README.txt ===

Zope3 XML Product

  This is XML addon product for Zope3. It combines most extra XML
  functionality in one convenient package.

  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


=== Added File zopeproducts/xml/__init__.py ===
# this is a package 


=== Added File zopeproducts/xml/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:browser="http://namespaces.zope.org/browser">

<!-- remove the comments to enable the XSLT package -->
<!-- <include package=".xslt" /> -->

<!-- remove the comments to enable the XML Examples package -->
<!-- <include package=".examples" /> -->

<!-- remove the comments to enable the XSLT Examples package -->
<!-- <include package=".xslt.examples" /> -->

</zopeConfigure>