diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-15 10:22:23 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-15 10:22:23 +0000 |
commit | 02e3b4c195da6cce9ecabc71a885283b575856e4 (patch) | |
tree | c4246ce8658a4416cecbe4ab4e4a6b443586b8c1 /test/java | |
parent | e1a9121307f5795cd91e04bc82a226e5235b379e (diff) | |
download | xmlgraphics-fop-02e3b4c195da6cce9ecabc71a885283b575856e4.tar.gz xmlgraphics-fop-02e3b4c195da6cce9ecabc71a885283b575856e4.zip |
Minor fix to make footnotes easier to track while debugging. Added disabled layout test as a reminder for the missing piece.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java')
-rw-r--r-- | test/java/org/apache/fop/fo/extract-events.xsl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/java/org/apache/fop/fo/extract-events.xsl b/test/java/org/apache/fop/fo/extract-events.xsl index 6cf42c984..eae794754 100644 --- a/test/java/org/apache/fop/fo/extract-events.xsl +++ b/test/java/org/apache/fop/fo/extract-events.xsl @@ -30,12 +30,6 @@ </xsl:call-template> </xsl:template> - <!-- Those elements do not retrieve the id property. - This will have to be fixed at some point. --> - <xsl:template match="fo:footnote|fo:footnote-body"> - <xsl:call-template name="process.node"/> - </xsl:template> - <xsl:template name="process.node"> <xsl:param name="id" select="''"/> <event> |