RE: Set Encoding for XMLSerializer dynamically

2010-11-08 Thread Laurent Medioni
...@cocoon.apache.org Subject: Set Encoding for XMLSerializer dynamically Hi, i am using cocoon 2.2 and i want to set the encoding for the xml serializer dynamically depending on the return value of a previous action. for example like this serialize type=xhtml status-code=200 encoding

RE: Set Encoding for XMLSerializer dynamically

2010-11-08 Thread Ali Mahdoui
Hi,no that does not help (and the syntax is not allowed in the schema of the sitemap)thanksAli Subject: RE: Set Encoding for XMLSerializer dynamically Date: Mon, 8 Nov 2010 12:56:11 +0100 From: lmedi...@odyssey-group.com To: users@cocoon.apache.org Hi, have you tried: serialize type

RE: Set Encoding for XMLSerializer dynamically

2010-11-08 Thread Laurent Medioni
So this changed from 2.1, pity… From: Ali Mahdoui [mailto:mahd...@hotmail.de] Sent: lundi, 8. novembre 2010 13:08 To: Cocoon users Subject: RE: Set Encoding for XMLSerializer dynamically Hi, no that does not help (and the syntax is not allowed

Set Encoding for XMLSerializer dynamically

2010-11-07 Thread Ali Mahdoui
Hi,i am using cocoon 2.2 and i want to set the encoding for the xml serializer dynamically depending on the return value of a previous action.for example like this serialize type=xhtml status-code=200 encoding={charsetEncoding}/ ...For the moment i can only set the encoding in the bean