<xsl:template match="tei:seg[tei:match(@rend,'specChildModule')]">
<w:r>
<w:rPr>
<w:rStyle w:val="tei{local-name()}"/>
<w:b/>
</w:rPr>
<w:t>
<xsl:attribute name="xml:space">preserve</xsl:attribute>
<xsl:text> </xsl:text>
</w:t>
<w:t>
<xsl:attribute name="xml:space">preserve</xsl:attribute>
<xsl:value-of select="."/>
</w:t>
</w:r>
</xsl:template> |