Output from a SAX based XMLPrettyPrinter


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="song.css"?>
<SONG>
  <TITLE>
    Hot Cop
  </TITLE>
  <PHOTO>
  </PHOTO>
  <COMPOSER>
    Jacques Morali
  </COMPOSER>
  <COMPOSER>
    Henri Belolo
  </COMPOSER>
  <COMPOSER>
    Victor Willis
  </COMPOSER>
  <PRODUCER>
    Jacques Morali
  </PRODUCER>
  <PUBLISHER>
         A &amp; M Records   
  </PUBLISHER>
  <LENGTH>
    6:20
  </LENGTH>
  <YEAR>
    1978
  </YEAR>
  <ARTIST>
    Village People
  </ARTIST>
</SONG>

Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 24, 2000