home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 24 / 24-24.xml < prev    next >
Extensible Markup Language  |  2001-04-14  |  864b  |  23 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <SONG xmlns="http://ibiblio.org/xml/namespace/song"
  3.       xmlns:xlink="http://www.w3.org/1999/xlink"
  4.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.       xsi:schemaLocation =
  6.       "http://ibiblio.org/xml/namespace/song 24-26.xsd
  7.        http://www.w3.org/1999/xlink xlink.xsd"
  8. >
  9.   <TITLE>Hot Cop</TITLE>
  10.   <PHOTO xlink:type="simple" xlink:href="hotcop.jpg"
  11.          xlink:show="embed"  xlink:actuate="onLoad"
  12.          ALT="Victor Willis in Cop Outfit"
  13.          WIDTH="100" HEIGHT="200"/>
  14.   <COMPOSER>Jacques Morali</COMPOSER>
  15.   <COMPOSER>Henri Belolo</COMPOSER>
  16.   <COMPOSER>Victor Willis</COMPOSER>
  17.   <PRODUCER>Jacques Morali</PRODUCER>
  18.   <PUBLISHER>PolyGram Records</PUBLISHER>
  19.   <LENGTH>P0YT6M20S6:20</LENGTH>
  20.   <YEAR>1978</YEAR>
  21.   <ARTIST>Village People</ARTIST>
  22. </SONG>
  23.