TransformReader's append-child option should insert the child as the last
element
---------------------------------------------------------------------------------
Key: CXF-3880
URL: https://issues.apache.org/jira/browse/CXF-3880
Project: CXF
Issue Type: Improvement
Components: Core
Affects Versions: 2.4.3
Reporter: Aki Yoshida
Assignee: Aki Yoshida
Fix For: 2.4.4, 2.5
This is a modification to the enhancement introduced with CF-3692.
The append-post-include mode previous inserted the specified new element as the
first child element. This option did not add any value as the same result could
be attained using the append-pre-include usage on the first child (i.e.,
inserting the specified new element in front of the first child).
Therefor, this patch changes the behavior of append-post-include to insert the
specified new element as the last child element. This operation was previously
not possible.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira