Output from a SAX based XMLPrettyPrinter
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="song.css"?>
<SONG xmlns="http://metalab.unc.edu/xml/namespace/song" xmlns:xlink="http://www.w3.org/1999/xlink">
<TITLE>
Hot Cop
</TITLE>
<PHOTO xlink:type="simple" xlink:show="onLoad" xlink:href="hotcop.jpg" ALT="Victor Willis in Cop Outfit" WIDTH="100" HEIGHT="200">
</PHOTO>
<COMPOSER>
Jacques Morali
</COMPOSER>
<COMPOSER>
Henri Belolo
</COMPOSER>
<COMPOSER>
Victor Willis
</COMPOSER>
<PRODUCER>
Jacques Morali
</PRODUCER>
<PUBLISHER xlink:type="simple" xlink:href="http://www.amrecords.com/">
A & M Records
</PUBLISHER>
<LENGTH>
6:20
</LENGTH>
<YEAR>
1978
</YEAR>
<ARTIST>
Village People
</ARTIST>
</SONG>