axiom_node_sub_tree_to_string serialize the sub tree wrongly
------------------------------------------------------------
Key: AXIS2C-1216
URL: https://issues.apache.org/jira/browse/AXIS2C-1216
Project: Axis2-C
Issue Type: Bug
Affects Versions: 1.4.1
Environment: Linux
Reporter: Dimuthu Gamage
I tried to serialize a node using axiom_node_sub_tree_to_string. I happened to
see that it is serializing its following siblings as well which is wrong
for an example when serializing just firstchild
<root><firstchild></firstchild><lastchild></lastchild></root>
if gives <firstchild></firstchild><lastchild></lastchild> with both libxml2 and
guththila
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]