Brian, of course you can change the content of the message. Just retrieve the MessageExchange's InMsg (Normalized Message) and use getContent() to get the content of the message. Useful class here to convert the content to DOM document or String is the SourceTransformer class.
Regards Lars Am Mittwoch 22 Oktober 2008 18:15:36 schrieb ObjectOrange: > Hello, > > I've noticed in the examples for this component the use of XPath for > condition evaluation. Is there a way to update the XML within a Normalized > Message perhaps setting an XML attribute to a new value using the current > code or would this be a new feature? > > Thx! > > Brian
