Welcome to Dream.In.Code
Become a Java Expert!

Join 149,936 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,436 people online right now. Registration is fast and FREE... Join Now!




Adding data in XML with Xpath

 
Reply to this topicStart new topic

Adding data in XML with Xpath, Adding data in XML with Xpath

dato.java
23 Jun, 2008 - 11:02 AM
Post #1

New D.I.C Head
*

Joined: 13 Feb, 2008
Posts: 30

if i have an XML file for example like this :
CODE

<?xml version="1.0" encoding="utf-8" ?>
<teachers xmlns="http://www.tsu.ge/oop3/homework">
  <teacher id="1">
     <name>dato</name>
     <email>dato@datol.com</email>
     <subject>JAVA</subject>
  </teachert>
  <teacher id="2">
     <name>George</name>
     <subject>history</subject>
  </teachert>
  <teacher id="3">
     <name>Ann</name>
     <subject>biology</subject>
  </teacher>
</teachers>


and i want to insert in that XML some data for example:
<teacher id="4">
<name>jessy</name>
<subject>maths</subject>
</teacher>

and i want to insert this information in XML with using Xpath ,can anyone write a piece of code how i have to do this (with JAVA code of course);


User is offlineProfile CardPM
+Quote Post

rgfirefly24
RE: Adding Data In XML With Xpath
23 Jun, 2008 - 11:50 AM
Post #2

D.I.C Regular
Group Icon

Joined: 7 Apr, 2008
Posts: 335



Thanked: 5 times
Dream Kudos: 150
My Contributions
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 04:17PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month