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

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <SONG xmlns="http://ibiblio.org/xml/namespace/song"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation =
  5.        "http://ibiblio.org/xml/namespace/song
  6.         namespace_song.xsd"
  7. >
  8.   <TITLE>Hot Cop</TITLE>
  9.   <!-- I've temporarily dropped the SRC attribute on this
  10.        element. I'm going to replace it with XLinks shortly.
  11.     -->
  12.   <PHOTO ALT="Victor Willis in Cop Outfit" WIDTH="100"
  13.          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>P0YT6M20S</LENGTH>
  20.   <YEAR>1978</YEAR>
  21.   <ARTIST>Village People</ARTIST>
  22. </SONG>
  23.