3 Next | First| Previous Some Common TEI Encoding Problems

Linking <figure> to an image: hack code


<?xml version="1.0" ...?>
  <!DOCTYPE ... [
  <!-- ... -->
  <!ATTLIST xref url CDATA #IMPLIED >
  <!ATTLIST xptr url CDATA #IMPLIED >
  <!ATTLIST figure width CDATA #IMPLIED
     	           height CDATA #IMPLIED
	           scale CDATA #IMPLIED
	           file CDATA #IMPLIED >
  ]>
   <!-- ... -->
   <div rend="slide">
    <head>Linking <gi>figure</gi> to an image: hack image</head>
    <p>
      <figure file="../../../logos/TEI-400.jpg">
      <head>The TEI Logo</head>
      <figDesc>Stylized yellow angle brackets with the letters
       <mentioned>TEI</mentioned> in between and <mentioned>text
        encoding initiative</mentioned> underneath.</figDesc>
      </figure>
    </p>
  </div>