You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2009/07/20 13:55:56 UTC

svn commit: r795784 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl

Author: rgardler
Date: Mon Jul 20 11:55:55 2009
New Revision: 795784

URL: http://svn.apache.org/viewvc?rev=795784&view=rev
Log:
<em> -> <emph>

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl?rev=795784&r1=795783&r2=795784&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl Mon Jul 20 11:55:55 2009
@@ -126,6 +126,10 @@
     </item>
   </xsl:template>
 
+  <xsl:template match="em">
+    <emph><xsl:apply-templates/></emph>
+  </xsl:template>
+
   <xsl:template match="a|link">
     <xref>
       <xsl:attribute name="url"><xsl:call-template name="replace-substring">