You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2008/10/01 13:59:55 UTC

svn commit: r700744 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl

Author: gmcdonald
Date: Wed Oct  1 04:59:55 2008
New Revision: 700744

URL: http://svn.apache.org/viewvc?rev=700744&view=rev
Log:
specify emphasis, emph == em

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl?rev=700744&r1=700743&r2=700744&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl Wed Oct  1 04:59:55 2008
@@ -83,6 +83,12 @@
         <xsl:apply-templates/>
       </source>
     </xsl:template>
+
+    <xsl:template match="emph">
+      <em>
+        <xsl:apply-templates/>
+      </em>
+    </xsl:template>
     
     <xsl:template match="hi">
       <strong><xsl:apply-templates/></strong>