Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic updation

Status
Not open for further replies.

DragonPrince

Programmer
Joined
Oct 1, 2008
Messages
8
Location
IN
Is it possible to dynamically update a XML file?
ie if a user is filling a form then is it possible to save these data automatically inside an existing XML file.
 
I've not tried it myself but I believe Altova's Authentic product can do this sort of thing:

Let us know how you get on, as feedback on whether this product meets this need would be very useful.

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Thanks for ur help.
I used php to link the XML file and by using the DOM concept i was able to update the the XML file dynamically.
 
Thanks for feeding back DragonPrince. It's always useful to know how someone solved a problem. I posted in haste and assumed you didn't want to get your hands dirty i.e. by directly manipulating the DOM.

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top