<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE cmml SYSTEM "cmml.dtd"> <cmml lang="en"> <stream timebase="0"> <import contenttype="video/mpeg" src="fish.mpg" start="0"/> </stream> <head> <title>Types of fish</title> <meta name="Producer" content="Joe Ordinary"/> <meta name="DC.Author" content="Joe's friend"/> </head> <clip id="intro" start="0"> <a href="http://www.blah.au/fish.html">Read more about fish</a> <desc>This is the introduction to the film Joe made about fish.</desc> </clip> <clip id="dolphin" start="npt:3.5" end="npt:5:5.9"> <img src="dolphin.jpg"/> <desc>Here, Joe caught sight of a dolphin in the ocean.</desc> <meta name="Subject" content="dolphin"/> </clip> <clip id="goldfish" start="npt:5:5.9"> <a href="http://www.blah.au/morefish.anx?id=goldfish">More video clips on goldfish.</a> <img src="http://www.blah.au/goldfish.jpg"/> <desc>Joe has a fishtank at home with many colourful fish. The common goldfish is one of them and Joe's favourite. Here are some fabulous pictures he has taken of them.</desc> <meta name="Location" content="Joe's fishtank"/> <meta name="Subject" content="goldfish"/> </clip> </cmml>
00001 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 00002 <!DOCTYPE cmml SYSTEM "cmml.dtd"> 00003 00004 <cmml lang="en"> 00005 00006 <stream timebase="0"> 00007 <import contenttype="video/mpeg" src="fish.mpg" start="0"/> 00008 </stream> 00009 00010 <head> 00011 <title>Types of fish</title> 00012 <meta name="Producer" content="Joe Ordinary"/> 00013 <meta name="DC.Author" content="Joe's friend"/> 00014 </head> 00015 00016 <clip id="intro" start="0"> 00017 <a href="http://www.blah.au/fish.html">Read more about fish</a> 00018 <desc>This is the introduction to the film Joe made about fish.</desc> 00019 </clip> 00020 00021 <clip id="dolphin" start="npt:3.5" end="npt:5:5.9"> 00022 <img src="dolphin.jpg"/> 00023 <desc>Here, Joe caught sight of a dolphin in the ocean.</desc> 00024 <meta name="Subject" content="dolphin"/> 00025 </clip> 00026 00027 <clip id="goldfish" start="npt:5:5.9"> 00028 <a href="http://www.blah.au/morefish.anx?id=goldfish">More video clips on goldfish.</a> 00029 <img src="http://www.blah.au/goldfish.jpg"/> 00030 <desc>Joe has a fishtank at home with many colourful fish. The common goldfish is one of them and Joe's favourite. Here are some fabulous pictures he has taken of them.</desc> 00031 <meta name="Location" content="Joe's fishtank"/> 00032 <meta name="Subject" content="goldfish"/> 00033 </clip> 00034 00035 </cmml>