home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 02 / kubrick.smil < prev    next >
Extensible Markup Language  |  2001-01-06  |  426b  |  16 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN"
  3.   "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
  4. <smil>
  5.   <body>
  6.     <seq id="Kubrick">
  7.       <audio src="beethoven9.mid"/>
  8.       <video src="corange.mov"/>
  9.       <text  src="clockwork.htm"/>
  10.       <audio src="zarathustra.mid"/>
  11.       <video src="2001.mov"/>
  12.       <text  src="aclarke.htm"/>
  13.     </seq>
  14.   </body>
  15. </smil>
  16.