<TEI 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.tei-c.org/ns/1.0 tei-its.xsd"
    xmlns:its="http://www.w3.org/2005/11/its"
    xmlns:tei="http://www.tei-c.org/ns/1.0"
    xmlns="http://www.tei-c.org/ns/1.0">
   <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Testing ITS</title>
      </titleStmt>
      <publicationStmt>
        <p>prepared for W3C web site</p>
      </publicationStmt>
      <sourceDesc>
        <p>born digital</p>
      </sourceDesc>
    </fileDesc>
    <documentRules xmlns="http://www.w3.org/2005/11/its">
      <ns its:prefix="t" its:uri="http://www.tei-c.org/ns/1.0"/>
      <documentRule its:translate="no" 
		    its:translateSelector="//t:body/t:p/@*"/>
      <documentRule its:translate="yes"
		    its:translateSelector="//t:body/t:p[1]/*"/>
      <documentRule its:translate="no"
		    its:translateSelector="//t:body/t:p[2]"/> 
      <documentRule its:translate="no"
		    its:translateSelector="//t:body/t:p"/> 
    </documentRules>

  </teiHeader>
  <text>
    <body>
      <p rend="normal">Hello
      <hi>world</hi></p>
      <p rend="special">Goodbye</p>
      <p its:translate="yes">translate me</p>
    </body>
  </text>
</TEI>
