MySQL Forums
Forum List  »  Connector/Node.js

Re: How to add a new node?
Posted by: prabhat singh
Date: January 05, 2011 01:13PM

Hi,

I wanted to ask the same question from all exps here. Can you please let us know for how to add new node in an xml.

<root>
<a>aValue</a>
<b>bValue</b>
</root>


to the following,

<root>
<a>aValue</a>
<a>aValue2</a>
<b>bValue</b>
</root>
http://forums.mysql.com/read.php?44,182422,210135#msg-210135

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: How to add a new node?
January 05, 2011 01:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.