Juan Jose Pablos <cheche <at> apache.org> writes: > > Jörg Heinicke closed COCOON-1529: > > --------------------------------- > > > > Resolution: Invalid > > Hey, I am a bit lost here with this bug, are you saying that from: > > <foo> to <foo xmlns:i18n="http://apache.org/cocoon/i18n/2.1" > > > after a transformation is not a bug?
Sorry, if it did not met your expectations. But yes, I don't see the above as a bug, but normal behaviour with XML. IIRC this behaviour results from SAX start/endPrefixMapping. Maybe the components consuming a specific namespace (like the i18n transformer) can stop propagating the events for their namespace? Is this possible? WDOT? Jörg