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
What is the difference between asp and aspx?
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
What is aspx cs file?
What are the attributes of the tags? What are their functions?
What is an err object?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
Explain the post and get method or explain the difference between them?
What are server-side includes?
where should i get free version of Test Director to download
Name the methods by which output stream is controlled?
Explain the life cycle of asp page.
What is n-tier system?
What is asp format?
what is page
Why do we use asp?