Fix MPPDF-21

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-10-26 21:08:52 +00:00
parent 1ddfda58ae
commit d3534dfd77
3 changed files with 456 additions and 445 deletions

View File

@ -16,7 +16,6 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
<!-- Templates for rendering headers, footers, and chapter headings --> <!-- Templates for rendering headers, footers, and chapter headings -->
<xsl:template name="body-header"> <xsl:template name="body-header">
@ -470,4 +469,5 @@
</xsl:apply-templates> </xsl:apply-templates>
</fo:block> </fo:block>
</xsl:template> </xsl:template>
<xsl:template match="style"/>
</xsl:stylesheet> </xsl:stylesheet>

View File

@ -57,5 +57,15 @@
</p> </p>
</subsection> </subsection>
</section> </section>
<section name="Test for MPPDF-21">
<p>
<style type="text/css">
img.screenshot {
padding: 10px;
}
</style>
<img class="screenshot" src="images/maven.gif"/>
</p>
</section>
</body> </body>
</document> </document>

View File

@ -22,7 +22,8 @@
<author email="dion@apache.org">dIon Gillard</author> <author email="dion@apache.org">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="2.3-SNAPSHOT" date="2004-09-27"> <release version="2.3-SNAPSHOT" date="In CVS">
<action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action>
<action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action> <action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action>
</release> </release>
<release version="2.2" date="2004-09-27"> <release version="2.2" date="2004-09-27">