1 May 2008 11:47
svn commit: r652463 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl
<jeremias <at> apache.org>
2008-05-01 09:47:35 GMT
2008-05-01 09:47:35 GMT
Author: jeremias Date: Thu May 1 02:47:35 2008 New Revision: 652463 URL: http://svn.apache.org/viewvc?rev=652463&view=rev Log: Further image handling fixes for PDF output: - Added support for "icon" element (implemented as an inline image, defaulting to the image's intrinsic size) - Normalized relative URIs as "cocoon://something/../images/myimage.png" didn't work but ""cocoon://images/myimage.png" does. Happened on FOP's website on the per-release changes page which is in a subdirectory. Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl?rev=652463&r1=652462&r2=652463&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/helper-commonElements.xsl Thu May 1 02:47:35 2008 <at> <at> -17,6 +17,9 <at> <at> --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> + + <xsl:include href="lm://transform.xml.pathutils"/> +(Continue reading)
RSS Feed