XML Example
The following is a simple XML file listing two upcoming
events, Three Sisters, a drama by Anton Chekhov, and
As You Like It, a comedy by William Shakespeare.
|
An XML Example: events.xml
|
<?xml version='1.0'?>
<events>
<play Ptype = "drama">
<title>Three Sisters </title>
<author>
<First_Name>Anton</First_Name>
<Last_Name>Chekhov</Last_Name>
</author>
</play>
<play Ptype = "comedy">
<title>As You Like It</title>
<author>
<First_Name>William</First_Name>
<Last_Name>Shakespeare</Last_Name>
</author>
</play>
</events>
|
|
How It Appears In An XML-Capable Browser (MS IE5)
|
|
|
Files
|
|
 |
|
 |