Very grate project!
 
I am very interested in both XML and Zope. I am doing some bibliographic data processing with xml. I want to use zop if it is possible. What I am wanting now is :
 
1. The ability to handle utf-8 charset in Zope including full set of chars with chinese han, and other characters.
 
2. The ability to extract from a xml doc some sub-tree which meet a specific specification and sent it as a new xmldocument. I perfer to let the browser to do the xsl transformation because it can be more flexible and dynamic.
 
3. To create xml document with many sister tags which have the same tag name.  I got a lot of such things because there are always many isbn for a book, many authors for a book, etc. I need to use the same tag to represent them.
 
Rgs,
 
Kent Sin