Hi. My apache module mod_xml2 (and with it mod_i18n) has reached early beta.
mod_xml2 is a filter generating SAX buckets. SAX buckets are a special bucket type encapsulating SAX events. They are passed down the filter chain to be processed by other modules. If apr_bucket read is called on them they morph back into ordinary heap buckets. So no special filter is needed to turn them back into textual output. mod_xml2 uses libxml2 (thats what the name trys to say), which offers much more than just a sax parser. This functionality is used to implement mod_i18n which implements the zope i18 namespace (http://xml.zope.org/namespaces/i18n, see http://plone.org/documentation/how-to/i18n-for-developers for an explanation). The modules can be found here: http://www.heute-morgen.de/modules/mod_xml2/ http://www.heute-morgen.de/modules/mod_i18n/ They will get further testing and get those little details (such as better documentation and examples) to make them usable during the next months. Any comments are appreciated. Sincerely, Joachim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]