Storing XML Files on the Server - XML Views : 214
Tagged in : XML
0 0
Send mail
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".
By satheesh, On - 2010-02-04



    Login to add Comments .