Answer Posted / chirag
Storing XML Files on the Server
XML files can be stored on an Internet server exactly the
same way as HTML files.
Start Windows Notepad and write the following lines:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<from>Jani</from>
<to>Tove</to>
<message>Remember me this weekend</message>
</note>
Save the file on your web server with a proper name like
"note.xml".
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is asp classic dead?
What is the difference between the value-type variables and reference-type variables
How do I open aspx files?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
What do I have to do to make my code work with the security system?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
How many global.asa files can an application have in asp?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
Define application-scope?
What are the properties of session object?
Define a filesystemobject object?
How do I save an asp file as a pdf?
What happens to a html page?
Is classic asp dead?
How do I create an aspx file?