Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 8963 invoked from network); 30 Oct 2007 15:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 15:19:34 -0000 Received: (qmail 71789 invoked by uid 500); 30 Oct 2007 15:18:32 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 71768 invoked by uid 500); 30 Oct 2007 15:18:32 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 71753 invoked by uid 99); 30 Oct 2007 15:18:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 08:18:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roman.kalukiewicz@gmail.com designates 209.85.198.191 as permitted sender) Received: from [209.85.198.191] (HELO rv-out-0910.google.com) (209.85.198.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 15:18:35 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1527726rvb for ; Tue, 30 Oct 2007 08:18:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dVRLaRjWVApSY/v0LCJpxCiFLVOFebiwRbgnBUsoHPE=; b=ZOVO/4sCGktfZF7xm9LbkKEVhUkmtyyyfuGPRxms4HC6wdgikQU8Hl8gPkNd1m1Tcdmg1SAbeyX5Ve7VpA3JRW2yhtCT7gds4J3mNTNPQbTw84b5euAw6W+eKdcnDaIoWq3TVbowD7M4aj9uFp8JxgHdl2FR033ewwZfdx8epf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NYDlXw1IvKSoy4aMIqkgiNhdawRbz64roxbfrVE91ffy1LE/1tEenslvjLkntQCE73EbQhx6Y3I0CoTF8mK2k3GwvHyZWTCPxq5YGZuZfs0+gwH3ZYINjUnWm/QScGLb9RHu/jhHdIcOXHZRsalJ8BJhlQc04egwH6BmTt6/KsU= Received: by 10.141.4.3 with SMTP id g3mr3389805rvi.1193757494226; Tue, 30 Oct 2007 08:18:14 -0700 (PDT) Received: by 10.141.15.12 with HTTP; Tue, 30 Oct 2007 08:18:14 -0700 (PDT) Message-ID: Date: Tue, 30 Oct 2007 16:18:14 +0100 From: "Roman Kalukiewicz" To: camel-user@activemq.apache.org Subject: In and Out messages in XSLT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello! Is there a way to transform some response (out message) with xslt transformation? As far as I can see in XsltBuilder, it works only on In messages. This means that even if I set out->in it will transform it, but then pipeline will propagate only out message (that is not transformed at all). Is there any fancy way to make it work? Anyway what is the correct way of working with in/out messages? It looks that at the moment you will create some out message then there is no reason to work on In message, because 1) out messages are always propagated, and 2) there is no easy way to erase out message. Romek