Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 52319 invoked from network); 17 Mar 2004 09:40:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Mar 2004 09:40:54 -0000 Received: (qmail 1001 invoked by uid 500); 17 Mar 2004 09:40:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 944 invoked by uid 500); 17 Mar 2004 09:40:25 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 915 invoked from network); 17 Mar 2004 09:40:25 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 17 Mar 2004 09:40:25 -0000 Received: (qmail 24167 invoked by uid 50); 17 Mar 2004 09:41:11 -0000 Date: 17 Mar 2004 09:41:11 -0000 Message-ID: <20040317094111.24166.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 23921] - [PATCH] New ReadDOMTransformer/WriteDOMTransformer available. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=23921 [PATCH] New ReadDOMTransformer/WriteDOMTransformer available. cziegeler@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From cziegeler@apache.org 2004-03-17 09:41 ------- What do you think of patching the existing ...SessionTransformer? Afais the ReadXX are the same except the addition feature to read from the request. The WriteXXX are nearly the same except that now a new parameter name is used. is this right, so we could replace the old versions with the new one and simple add support for the old parameter name in WriteDOMTransformer, right?