Skip to content

Commit

Permalink
resolve priority conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gimsieke committed Aug 21, 2023
1 parent cefa91c commit 61d08cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/modules/prop-mapping/map-props.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
<xsl:sequence select="$raw-output" />
</xsl:template>

<xsl:template match="w:tcW[@w:type = 'pct']/@w:w" mode="docx2hub:add-props">
<xsl:template match="w:tcW[@w:type = 'pct']/@w:w" mode="docx2hub:add-props" priority="1">
<xsl:variable name="pct-to-dxa" as="element()">
<xsl:variable name="tbl-w" select="../../../../../w:tblPr/w:tblW/@w:w" as="xs:decimal"/>
<xsl:variable name="tc-pct" select="if(matches(., '%'))
Expand Down

0 comments on commit 61d08cf

Please sign in to comment.