G
Grace Tsai
Hi,
I am a beginner of XML.
I got a simple example as follows:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Dont forget the meeting!</body>
</note>
How do I display this on the web?
1. In the webserver, anything should be done to let user (web browser)
to display xml?
2. Where the code of the example should put? In a web server's
directory? Any other software should be written to allow this XML
to display?
3. I am using Mozilla, anything I should enable?
Thanks.
Grace
I am a beginner of XML.
I got a simple example as follows:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Dont forget the meeting!</body>
</note>
How do I display this on the web?
1. In the webserver, anything should be done to let user (web browser)
to display xml?
2. Where the code of the example should put? In a web server's
directory? Any other software should be written to allow this XML
to display?
3. I am using Mozilla, anything I should enable?
Thanks.
Grace