[Zope3-checkins] CVS: Zope3/src/zope/app/xml - README.txt:NONE __init__.py:NONE configure.zcml:NONE field.py:NONE meta.zcml:NONE metaconfigure.py:NONE metadirectives.py:NONE schemainterface.py:NONE w3cschemalocations.py:NONE

Martijn Faassen cvs-admin at zope.org
Sat Dec 6 07:51:46 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/xml
In directory cvs.zope.org:/tmp/cvs-serv27348/src/zope/app/xml

Removed Files:
	README.txt __init__.py configure.zcml field.py meta.zcml 
	metaconfigure.py metadirectives.py schemainterface.py 
	w3cschemalocations.py 
Log Message:
Removing XML from the Zope 3 core into its own package.

Things are moving mostly to a new zopexml top-level package that is 
the start of the new zope3 XML project. This will be checked in into
the Infrae CVS initially (http://cvs.infrae.com/z3/zopexml) for the 
time being, but we should look for a better place.

The code to make automatic interface assignments to XMLDocuments 
based on XML schema references in the XML document has been removed
for the time being, as it was not working anyway after recent refactoring.
We may take the simpler approach in using normal Zope 3 interfaces to
stand in for XML schema, Relax NG schema and DTDs. This removes the need
to mess with the ZCML innards and the need for a ZCML directive.

=== Removed File Zope3/src/zope/app/xml/README.txt ===

=== Removed File Zope3/src/zope/app/xml/__init__.py ===

=== Removed File Zope3/src/zope/app/xml/configure.zcml ===

=== Removed File Zope3/src/zope/app/xml/field.py ===

=== Removed File Zope3/src/zope/app/xml/meta.zcml ===

=== Removed File Zope3/src/zope/app/xml/metaconfigure.py ===

=== Removed File Zope3/src/zope/app/xml/metadirectives.py ===

=== Removed File Zope3/src/zope/app/xml/schemainterface.py ===

=== Removed File Zope3/src/zope/app/xml/w3cschemalocations.py ===




More information about the Zope3-Checkins mailing list