Skip to main content
juresti
Known Participant
July 21, 2010
Question

User needs to update XML File

  • July 21, 2010
  • 1 reply
  • 676 views

I believe a script is needed to create the file from a database, I would probably use asp and MS SQL. The thing is once that script is run where does the XML file go? How do I get it placed on my web server? Please help.

This topic has been closed for replies.

1 reply

juresti
jurestiAuthor
Known Participant
July 21, 2010

I want to create a form for a flash quiz. This quiz asks a question and the user selects one correct image out of four. The data is brought in flash thorough an xml file. Some XML tags do not need to change, but a few will need to. Is there a way to changes specific nodes in an XML and then save it to a file?

BenPleysier
Community Expert
Community Expert
July 22, 2010

This might help http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html

The best way to update the XML file is to update the database and reload the above file.

Ben

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
juresti
jurestiAuthor
Known Participant
July 22, 2010

I saw that I think I might try it in access for now, it's a very small file.

Thanks!