topical media & game development

talk show tell print

basic-javascript-14-MyDogsCSS-mydogs-css.xml / xml



  <?xml version="1.0" encoding="iso-8859-1"?>
  <?xml-stylesheet href="mydogs.css" type="text/css"?>
  <!DOCTYPE myDogs SYSTEM "mydogs.dtd">
  
  <myDogs>
      <dog breed="Labrador Retriever">
          <name>Morgan</name>
          <age>
              <years>0</years>
              <months>10</months>
          </age>
          <fullBlood>yes</fullBlood>
          <color>chocolate</color>
      </dog>
      <dog breed="Labrador Retriever">
          <name>Molly</name>
          <age>
              <years>8</years>
              <months>11</months>
          </age>
          <fullBlood>yes</fullBlood>
          <color>yellow</color>
      </dog>
      <dog breed="Pomeranian">
          <name>Casey</name>
          <age>
              <years>6</years>
              <months>2</months>
          </age>
          <fullBlood>yes</fullBlood>
          <color>brown</color>
      </dog>
  </myDogs>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.