diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-25 07:30:52 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-25 07:30:52 +0000 |
commit | 4fea18dd8be993fefd961bb2c39f1176cd44ebe5 (patch) | |
tree | ad941f4ed5edcfda9349341dcc173479cfb1f704 /src/documentation/resources | |
parent | 590d69eaf495599561fc60d568c0d68bfaedf282 (diff) | |
download | xmlgraphics-fop-4fea18dd8be993fefd961bb2c39f1176cd44ebe5.tar.gz xmlgraphics-fop-4fea18dd8be993fefd961bb2c39f1176cd44ebe5.zip |
Apply Jeff Turner patches. Fix stylesheet errors & incompatibilities.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2fo.xsl | 2 | ||||
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2fo.xsl b/src/documentation/resources/stylesheets/compliance2fo.xsl index b3a766ea0..1f5707210 100644 --- a/src/documentation/resources/stylesheets/compliance2fo.xsl +++ b/src/documentation/resources/stylesheets/compliance2fo.xsl @@ -8,7 +8,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> -<xsl:import href="document2fo.xsl"/> +<xsl:import href="../../skins/common/xslt/fo/document2fo.xsl"/> <xsl:output method="xml"/> diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 6462a4020..96e4db939 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -40,6 +40,7 @@ </td> <td nowrap="nowrap" width="40" align="center"> <a class="dida" href="compliance.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" border="0"/><br/>PDF</a> + <a class="dida" href="compliance.pdf"><img alt="PDF" src="skin/images/printer.gif" border="0"/><br/>PDF</a> </td> </tr> </table> |