UserPreferences

BruceDarcus/ExampleTransform20040831/XhtmlOutput


XSLT option disabled!
<?xml version="1.0" encoding="utf-8"?><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
   <style type="text/css">
        body { font-family: georgia, sans; font-size: 11px; line-height: 15px;}
        #content { width: 500px; position: center; margin: auto; margin-top: 40px; }
        a { text-decoration: none; color: black; }
        a:hover { background: #F3FCC0; }
      </style></head>
   <body>
      <div id="content">
         <div class="section">
            <h4>Introduction</h4>
            <p>Some citations: (<a href="#one">Doe, 1999a</a>; <a href="#two">Doe, 1999b</a>; <a href="#three">Doe, Jones and Smith, 1999</a>). And another citation
               (<a href="#five">Doe and Jones, 2000</a>)
            </p>
         </div>
         <div id="bibliography">
            <h3>References</h3>
            <p class="bibref" id="one"><span class="creator">John Doe</span><span class="year"> (1999a) </span><span class="title">Some Title</span></p>
            <p class="bibref" id="two"><span class="creator">———.</span><span class="year"> (1999b) </span><span class="title">Another Title</span></p>
            <p class="bibref" id="five"><span class="creator">John Doe and Jane Jones</span><span class="year"> (2000) </span><span class="title">A Still Different Title</span><span class="origin"> (New York:ABC Publishers)</span></p>
            <p class="bibref" id="three"><span class="creator">John Doe, Jane Jones and Susan Smith</span><span class="year"> (1999) </span><span class="title">Some Title</span></p>
            <p class="bibref" id="six"><span class="creator">Jane Smith</span><span class="year"> (2001) </span><span class="title">Another Title</span></p>
         </div>
      </div>
   </body>
</html>