[Announce] mod_xml2
Joachim Zobel <[email protected]> Mon, 30 Apr 2007 16:32:23 +0200
| Newsgroups | gmane.text.xml.general |
|---|---|
| Organization | Not organized |
| Message-ID | <[email protected]> |
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