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
kobi shaal
NA
16
0
add node to xml file
Aug 10 2007 9:00 AM
hello there!
i have a problem how to write to a xml file using the xmlpath technology
i have the following file books.xml
<books>
<A property="a">
<B>text</B>
<C>textg</C>
<D>99999</D>
</A>
</books>
i need to add to the file it self nodes, for example the E & F nodes how can i do it?
<books>
<A property="a">
<B>text</B>
<C>textg</C>
<D>99999</D>
<E>
<F>0000</F>
</E>
</A>
</books>
Thanks ahead
Reply
Answers (
2
)
Read & wrie AVI file
Help me