TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
MANOJ MATHE
NA
16
16.9k
adding xmlnode with child node
Jul 1 2008 12:21 PM
Hi all,
I need some more information as my requirement is like this
<xml directive>
<m>
<a>
<j>adasd</j>
<k>asdsd</k>
</a>
</m>
this xml i am getting from other function in the form of a string
now i need to add the <a> node to other xml whixh is in string format
like this
<xml directive>
<nameq>
<no>23</no>
<name>asfrasf</name>
i need to add that node here
</nameq>
and i need to shown it as this
<xml directive>
<nameq>
<no>23</no>
<name>asfrasf</name>
<a>
<j>adasd</j>
<k>asdsd</k>
</a>
</nameq>
can you help me regarding this
Thanks,
M.MANOJ.
Reply
Answers (
2
)
I need some help on tracking changes on a richtextbox
OK I'm an Idiot.. Can not load a control