Mode:

Compact lists

Showing:

Documentation
Included from
Source
Stylesheet tagdocs.xsl
Included from
Stylesheet version 2.0
Template tei:seg[@rend='specChildModule']
Documentation

Description

 Templates transforming ODD-related elements 
Namespace No namespace
Match tei:seg[@rend='specChildModule']
Mode #default
Import precedence 15
Source
<xsl:template match="tei:seg[@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>
Stylesheet location ../../../docx/to/tagdocs.xsl