<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="song.css"?>
<SONG>
<TITLE>Hot Cop</TITLE>
<PHOTO SRC="hotcop.jpg" WIDTH="100" HEIGHT="200"
ALT="Victor Willis in Cop Outfit"/>
<COMPOSER>Jacques Morali</COMPOSER>
<COMPOSER>Henri Belolo</COMPOSER>
<COMPOSER>Victor Willis</COMPOSER>
<PRODUCER>Jacques Morali</PRODUCER>
<!-- The publisher is actually Polygram but I needed
an example of a general entity reference. -->
<PUBLISHER HREF="http://www.amrecords.com/">
A & M Records
</PUBLISHER>
<LENGTH>6:20</LENGTH>
<YEAR>1978</YEAR>
<ARTIST>Village People</ARTIST>
</SONG>
<!-- You can tell what album I was
listening to when I wrote this example -->
New features:
Encoding declaration
Standalone declaration
Attributes
Comments
Empty Element Tags
Entity References