<?xml version="1.0" encoding="windows-1252"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <title>Example</title>
 </head>
 <body>
  <p lang="en">English text with <q>English quoted text</q>.</p>
  <p lang="fr">Text en Franais avec <q>English quoted text</q>.</p>
  <p lang="fr">Text en Franais avec <q lang="en">English quoted text containing a <q>quote</q> itself</q>.</p>
  <p lang="fi"><q>Quotes</q> in Finnish.</p>
  <p lang="pl"><q>Quotes</q> in Polish.</p>
  <p lang="ja"><q>Quotes</q> in Japanese.</p>
  <p lang="de"><q>Quotes</q> in German.</p>
  <p lang="nl"><q>Quotes</q> in Dutch.</p>
  <blockquote lang="fr">A paragraph using blockquote. The text here is a very long sentence, with a lot of words, some rather short, other a tad longer, but overall they should make the text long enough so it has to be wrapped on two or more lines when displayed.</blockquote>
 </body>
</html>

