Try to keep whitespace when splitting up styles

This commit is contained in:
Nathan Gray 2011-08-18 16:42:43 +00:00
parent 341403d0ca
commit 3c5f14e960

View File

@ -97,11 +97,11 @@ Breakers
<w:rPr>
<xsl:apply-templates select=".|child::*" />
</w:rPr>
<w:t><xsl:value-of select="." /></w:t>
<w:t xml:space="preserve"><xsl:value-of select="." /></w:t>
</w:r>
</xsl:when>
<xsl:otherwise>
<w:r><w:t><xsl:copy-of select="." /></w:t></w:r>
<w:r><w:t xml:space="preserve"><xsl:copy-of select="." /></w:t></w:r>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>