<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../stylesheets/yaps-tei.css"?>
<?oxygen RNGSchema="../schema/yaps.rnc" type="compact"?>
<?oxygen SCHSchema="../schema/yaps.sch"?>
<TEI xmlns="http://www.wwp.brown.edu/ns/yaps/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Figures</title>
        <author>Syd Bauman</author>
      </titleStmt>
      <xi:include href="./boilerplate_publicationStmt.xml">
        <xi:fallback>
          <publicationStmt status="restricted">
            <note type="auto">WARNING: XInclude processing failed &#x2014; this file should not be copied or
            used (and is invalid) as a result.</note>
          </publicationStmt>
        </xi:fallback>
      </xi:include>
      <sourceDesc>
        <p>None.</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
      <change when="2006-03-13" who="#SB">automatically converted from presentation.odd conforming to
	yaps.odd conforming using p2y.xslt and p2y.perl</change>
    </revisionDesc>
  </teiHeader>
  <text>
    <presentation>

      <section><head>Linking <gi>figure</gi> to an image: encoding</head>
        <slide xml:id="code">
          <eg><![CDATA[<slide>
  <head>Linking <gi>figure</gi> to an image: image</head>
  <p>
    <figure>
      <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>
      <graphic url="./gfx/TEI-175.png"/>
    </figure>
  </p>
</slide>]]></eg>
	</slide>
      </section>
      <section>
        <head>Linking <gi>figure</gi> to an image: image</head>
        <slide>
          <p>
            <figure>
              <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>
	      <graphic url="./gfx/TEI-175.png"/>
	    </figure>
	  </p>
	</slide>
      </section>
      <section>
        <head>Linking <gi>figure</gi> to an image: output</head>
        <slide>
          <p>The following XML fragment is from the output produced
	    by <ref target="../../stylesheets/yapsOut.xslt">our stylesheet</ref> from the code (<ptr target="#code"/>).
	    <eg><![CDATA[<p><img alt="Stylized yellow angle brackets with the
  letters&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;TEI in between and
  text&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;encoding initiative
  underneath." src="../gfx/TEI-175.png" /></p>]]></eg>
	    Note that I have changed the whitespace so that it will fit on this slide,
	    but have not altered the numeric character references that represent whitespace.</p>
        </slide>
      </section>

      <section><head>Linking <gi>figure</gi> to an image: <emph>erroneous</emph> encoding</head>
	<slide>
	  <eg><![CDATA[<slide>
  <head>Linking <gi>figure</gi> to an image: <emph>erroneous</emph> image</head>
  <p>
    <figure>
      <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>
      <graphic url="./]]><hi rend="CSS(color:red;)">graphics</hi><![CDATA[/TEI-175.png"/>
    </figure>
  </p>
</slide>]]></eg>
	</slide>
      </section>
      <section>
        <head>Linking <gi>figure</gi> to an image: <emph>erroneous</emph> image</head>
        <slide>
          <p>
            <figure>
              <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>
	      <graphic url="./graphics/TEI-175.png"/>
	    </figure>
	  </p>
	</slide>
      </section>
    </presentation>
  </text>
</TEI>
