Skip to content

Commit

Permalink
changing milestone to anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescummings committed Jun 28, 2017
1 parent 5291228 commit e9b9238
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docx/from/textruns.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,9 @@ of this software, even if advised of the possibility of such damage.
</xsl:for-each>
</xsl:template>

<xsl:template match="w:commentRangeStart[@w:id]">
<milestone type="commentRangeStart" n="{@w:id}"/>
</xsl:template>
<xsl:template match="w:commentRangeStart[@w:id]"><anchor type="commentRangeStart" n="{@w:id}"/></xsl:template>

<xsl:template match="w:commentRangeEnd[@w:id]">
<milestone type="commentRangeEnd" n="{@w:id}"/>
</xsl:template>
<xsl:template match="w:commentRangeEnd[@w:id]"><anchor type="commentRangeEnd" n="{@w:id}"/></xsl:template>

<xsl:template match="w:r">
<xsl:call-template name="processTextrun"/>
Expand Down

0 comments on commit e9b9238

Please sign in to comment.