Hi. I have released a major rewrite of mod_xml2. An overview of what has now been done is here: http://www.heute-morgen.de/site/03_Web_Tech/50_Building_an_Apache_XML_Rewriting_Stack.shtml
The module (including debian packages for i386 and amd64) can be found here: http://www.heute-morgen.de/modules/mod_xml2/ The release is not compatible, the dependent modules mod_i18n and mod_xi are not yet ported. The change boils down to using libxml2 nodes in a SAX style. Since libxml2 nodes are understood by perl as well, XML rewriting can be done with perl filters: http://search.cpan.org/~jzobel/Apache2-ModXml2-0.01/lib/Apache2/ModXml2.pm The quality is early beta, I hope it gets some testing (besides the perl module tests) soon. Sincerely, Joachim