Skip to content

Commit

Permalink
Fixes #29 by removing bogus attempt to load file that will never be t…
Browse files Browse the repository at this point in the history
…here
  • Loading branch information
contrext committed Aug 10, 2016
1 parent fcaeee2 commit f33e916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xsl/wordml2simple.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,7 @@
<fn><xsl:apply-templates
select="$footnotesDoc/*/w:footnote[@w:id = $targetId]"
>
<xsl:with-param name="relsDoc" as="document-node()?" tunnel="yes"
select="document('../word/_rels/footnotes.xml.rels', .)"
/>
<xsl:with-param name="doDebug" as="xs:boolean" tunnel="yes" select="$doDebug"/>
</xsl:apply-templates></fn>
</xsl:otherwise>
</xsl:choose>
Expand All @@ -588,7 +586,9 @@
/>
<fn><xsl:apply-templates
select="$endnotesDoc/*/w:endnote[@w:id = $targetId]"
/></fn>
>
<xsl:with-param name="doDebug" as="xs:boolean" tunnel="yes" select="$doDebug"/>
</xsl:apply-templates></fn>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
Expand Down

0 comments on commit f33e916

Please sign in to comment.