[Zope3-checkins] CVS: Zope3/src/zope/app/xml/tests - __init__.py:NONE test_directives.py:NONE test_field.py:NONE test_schemainterface.py:NONE test_w3cschemalocations.py:NONE xml.zcml: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/tests
In directory cvs.zope.org:/tmp/cvs-serv27348/src/zope/app/xml/tests

Removed Files:
	__init__.py test_directives.py test_field.py 
	test_schemainterface.py test_w3cschemalocations.py xml.zcml 
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/tests/__init__.py ===

=== Removed File Zope3/src/zope/app/xml/tests/test_directives.py ===

=== Removed File Zope3/src/zope/app/xml/tests/test_field.py ===

=== Removed File Zope3/src/zope/app/xml/tests/test_schemainterface.py ===

=== Removed File Zope3/src/zope/app/xml/tests/test_w3cschemalocations.py ===

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




More information about the Zope3-Checkins mailing list