Hi,

How can I access the headers of a message from XSLT?
Basically, I am validating a message against an XML Schema, and when the
validation fails, I want to generate a specific XML response message that
should contain:
   - the in message
   - the description of the error
   - timestamp

The in message and the timestamp are not a problem, whereas I see that the
error description is stored in the message header
"org.apache.camel.processor.DeadLetterChannel.FAILURE_HANDLED". Thus, I need
to extract the content of that header from within the XSLT.

Any clues?

Thanks.


-- 
View this message in context: 
http://www.nabble.com/Headers-in-XSLT-tp19552778s22882p19552778.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to