Ard Schrijvers wrote:
...I replaced this xsl transformer with a customStripNameSpacesTransformer(about just 10 lines), which outperforms the slow xsltransformation a factor 30...This would be useful to have in Cocoon, go for it!I thought it was too trivial :-)
There is also less trivial CleanupTransformer [1]. It is overkill though for simple namespace stripping.
Vadim[1] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/transformation/CleanupTransformer.html
