Skip to content

Commit 3afd6ee

Browse files
committed
autopsy moved to subtype
git-svn-id: https://svn.code.sf.net/p/epidoc/code/trunk/example-p5-xslt@2247 85be4e97-ed4a-0410-b6a7-8d1dfdb05c0b
1 parent 0684bd2 commit 3afd6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htm-teiseg.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<xsl:template match="t:seg">
1010
<xsl:choose>
11-
<xsl:when test="@type='autopsy'">
11+
<xsl:when test="@type='observed' and @subtype='autopsy'">
1212
<span class="autopsy">
1313
<xsl:apply-imports/>
1414
</span>

0 commit comments

Comments
 (0)