withintext4html.html (1126B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script type="application/its+xml"> 5 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> 6 <its:param name="withinparam">copyright</its:param> 7 <its:withinTextRule selector="//h:cite" withinText="nested"/> 8 <its:withinTextRule selector="//h:p[@id=$withinparam]" withinText="yes"/> 9 </its:rules> 10 </script> 11 <meta charset=utf-8> 12 <title>Appaloosa</title> 13 </head> 14 <body> 15 <section itemscope> 16 <h2>keywords</h2> 17 <span itemprop="keyword">horse</span> 18 <span itemprop="keyword">appaloosa</span> 19 </section> 20 <p itemscope> 21 The Appaloosa 22 <cite> 23 The name comes from "Palouse horse" in reference to the Palouse River in Northern Idaho. 24 </cite> 25 are rugged horses originally breed by the 26 <span itemprop="keyword">Nez-Perce</span> 27 tribe in the US Northwest. 28 </p> 29 <p> 30 They are often characterized by their spotted coats, as shown here: 31 <img src="appaloosa.png" alt="Appaloosa horses"> 32 </p> 33 <!--footer--> 34 <p id="copyright"> 35 Copyright: 36 <em>Zebulon Inc.</em> 37 </p> 38 </body> 39 </html>