Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have a one XML file from which i have to fetch portion of XML(some of the tags) into html web page,and then if i change the web page the changes should be reflected back in my XML,
thanks in advance.
Posted
Updated 15-Feb-11 22:25pm
v3
Comments
anonymous1310 16-Feb-11 4:25am    
I have fetched the data from XML but now what i want is that if i modify the HTML web page the XML should also get modified ,is there a way to do it

Manas given you a perfect link to learn XML in addition I am pointing you to check this[^] article to Edit XML data.
and to learn how to save you can go there[^]
 
Share this answer
 
Comments
anonymous1310 16-Feb-11 5:08am    
I can't use any of server side language like asp or jsp ,is there a way to do it with java script
Until and unless you don't tell us where exactly you are stuck, it is difficult to pin-point the solution.
But you can start from here and see how to use javascript to perform xml manipulation at client side.
 
Share this answer
 
Comments
anonymous1310 15-Feb-11 7:20am    
i have a xml which has lot of different kinds of tags with different types of data. What i want is that some of the tags are to be displayed on a HTML webpage and if i edit some data on to that webpage then my changes should reflect back to my original xml.
i tried with xml DSO but the problem with it is that DSO loads the whole of xml at one go...but i want some portions of that xml on different-different webpages and then save changes back to xml.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900