Skip to content

Commit

Permalink
OGC fixing XSLT syntax, #770
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Dec 7, 2024
1 parent 659f7de commit 427b498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt_src/ogc.standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,11 @@
<xsl:call-template name="insertHeaderFooter"/>
<fo:flow flow-name="xsl-region-body">

<!-- <xsl:if test="$debug = 'true'">
<xsl:if test="$debug = 'true'">
<redirect:write file="contents_.xml"> <!-- {java:getTime(java:java.util.Date.new())} -->
<xsl:copy-of select="$contents"/>
</redirect:write>
</xsl:if> -->
</xsl:if>

<!-- crossing lines -->
<fo:block-container absolute-position="fixed" width="{$pageWidth}mm" height="{$pageHeight}mm" font-size="0">
Expand Down

0 comments on commit 427b498

Please sign in to comment.