[ 
https://wso2.org/jira/browse/MASHUP-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260#action_16260
 ] 

Keith Godwin Chapman commented on MASHUP-324:
---------------------------------------------

Fixed in revision 15749. Commenting out a certain line fixed the issue, must do 
some further test to verify that this didnt break anything.

> E4X prependChild method deletes instead of adds.
> ------------------------------------------------
>
>                 Key: MASHUP-324
>                 URL: https://wso2.org/jira/browse/MASHUP-324
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>            Reporter: Jonathan Marsh
>            Assignee: Keith Godwin Chapman
>             Fix For: 1.1
>
>
>         var test = <item><item1/></item>;
>         test.prependChild(<item0/>);
>         print(test.toXMLString());
> gives this output:
>     <item/>
> when I expect 
>     <item><item0/><item1/></item>
> What am I doing wrong?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to