On 7 December 2011 11:22, Robby Pelssers <[email protected]> wrote:
> Hi guys,**** > > ** ** > > When using the jx:template generator I noticed (actually on regular > occasions) it leaves behind xmlns:jx=” > http://apache.org/cocoon/templates/jx/1.0” **** > > After googling a bit around I noticed people having the same issue: > http://marc.info/?l=xml-cocoon-users&m=118064449609598**** > > ** ** > > But cleaning up any left behind namespace using xslt seems like a > cumbersome solution and avoiding the root cause. Does anyone if this is a > bug in the generator itself?**** > > ** ** > > Kind regards,**** > > Robby**** > Not sure if it's a bug or a feature, but to clean up we have a StripNamespacesTransformer that removes all namespaces a lot faster than XSLT. Jasha
