home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / source / 25 / 25-27.svg < prev    next >
Extensible Markup Language  |  2001-02-19  |  3KB  |  76 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" 
  3.      xmlns:xlink="http://www.w3.org/1999/xlink"
  4.      width="360px" height="310px">
  5.   <title>Listing 25-27 from the XML Bible</title>
  6.  
  7.   <desc>
  8.     <body xmlns="http://www.w3.org/1999/xhtml">
  9.       <p>
  10.          <i>Marjorie</i> is a 9-pound blue British shorthair.
  11.          She's about three years old, loves cameras,
  12.          and hates people. She tolerates Beth and me, 
  13.          (<em>barely</em>) but hides in the back of the 
  14.          bedroom closet anytime company comes over. 
  15.       </p>
  16.       
  17.       <p>
  18.         She's definitely something of a wimp.
  19.         The other cat in our household, <i>Charm</i> is 
  20.         constantly attacking her; and, even though she's a 
  21.         couple of pounds heavier than him, her only real 
  22.         defense is to lay down and wait until he gets bored 
  23.         and runs away. When we got her, we hoped she'd bite 
  24.         back and teach Charm that biting hurts, but no such 
  25.         luck. Charm still bites anything and anyone he can 
  26.         catch: mice, cats, dogs, people, furniture, paper, 
  27.         computers, household appliances, etc. 
  28.         If he can catch it, he will bite it. 
  29.       </p>
  30.     </body> 
  31.   </desc>
  32.  
  33.   <metadata> 
  34.     <rdf:RDF
  35.        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  36.        xmlns:dc="http://purl.org/dc/elements/1.1/">
  37.  
  38.         <rdf:Description about="#marjorie picture">
  39.           <dc:title>Marjorie the Kitten</dc:title>
  40.           <dc:creator 
  41.             rdf:resource="mailto:elharo@metalab.unc.edu"/>
  42.           <dc:description>
  43.             A photo of a grey cat standing on a table,
  44.             looking into the camera. 
  45.           </dc:description>
  46.           <dc:date>2000-12-21</dc:date>
  47.           <dc:type>Photograph</dc:type>
  48.           <dc:format>image/jpeg</dc:format>
  49.           <dc:rights>
  50.             Copyright 2000 Elliotte Rusty Harold
  51.           </dc:rights>
  52.         </rdf:Description>
  53.       
  54.         <rdf:Description about="mailto:elharo@metalab.unc.edu">
  55.           <dc:title>Elliotte Rusty Harold</dc:title>
  56.         </rdf:Description>
  57.  
  58.     </rdf:RDF>
  59.   </metadata>
  60.   
  61.   <image id="marjorie_picture" xlink:href="marjorie.jpg" 
  62.     x="20px" y="5px" width="260px" height="297px"/>
  63.   
  64.   <text x="25px" y="240px" 
  65.         font-size="14pt" font-weight="bold" 
  66.         font-family="Helvetica, Arial, sans">
  67.     This is my cat Marjorie.
  68.   </text>
  69.   <text x="25px" y="255px" 
  70.         font-size="14pt" font-weight="bold" 
  71.         font-family="Helvetica, Arial, sans">
  72.     She likes to have her picture taken.
  73.   </text>
  74.  
  75. </svg>
  76.