You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/17 10:41:11 UTC

DO NOT REPLY [Bug 23921] - [PATCH] New ReadDOMTransformer/WriteDOMTransformer available.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=23921>.
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?