Output production directives

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-14 16:53:20 -04:00
parent 0addf21983
commit 21fd6e48b8

View File

@ -44,6 +44,11 @@
<xsl:text>&#10;```&#10;&#10;</xsl:text>
</xsl:template>
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'ProductionDirective']">
<xsl:value-of select="w:r/w:t" />
<xsl:text>&#10;&#10;</xsl:text>
</xsl:template>
<xsl:template match="w:p">
Unmatched: <xsl:value-of select="w:pPr/w:pStyle/@w:val" />
<xsl:text>