Mode:

Compact lists

Showing:

Documentation
References
Included from
Source
Stylesheet tagdocs.xsl
Included from
Stylesheet version 3.0
Template tei:seg[tei:match(@rend,'specChildModule')]
Documentation

Description

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