Skip to content

Commit

Permalink
tdf#153839 XHTML export: fix syntax error in table.xsl
Browse files Browse the repository at this point in the history
Static error at xsl:param on line 67 column 40 of table.xsl:
  XTSE0010: xsl:param must not be preceded by other instructions
  • Loading branch information
mistmist authored and svanteschubert committed May 3, 2023
1 parent c8f7af8 commit 0877527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@


<xsl:template match="table:table" name="table:table">
<xsl:text>&#xa;</xsl:text>
<xsl:param name="globalData" />

<xsl:text>&#xa;</xsl:text>
<!-- The table will only be created if the table:scenario is active -->
<xsl:if test="not(table:scenario) or table:scenario/@table:is-active">
<xsl:call-template name="create-table">
Expand Down

0 comments on commit 0877527

Please sign in to comment.