Author: ltheussl Date: Mon Jan 7 10:48:56 2008 New Revision: 609734 URL: http://svn.apache.org/viewvc?rev=609734&view=rev Log: [MPPDF-61] Ignore <script> tags.
Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt?rev=609734&r1=609733&r2=609734&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt (original) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt Mon Jan 7 10:48:56 2008 @@ -895,4 +895,5 @@ </fo:inline> </xsl:template> <xsl:template match="style"/> + <xsl:template match="script"/> </xsl:stylesheet> Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=609734&r1=609733&r2=609734&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Mon Jan 7 10:48:56 2008 @@ -27,6 +27,7 @@ <body> <release version="2.5.2-SNAPSHOT" date="in SVN"> <action dev="ltheussl" type="fix" issue="MPPDF-56">Add support for <code><![CDATA[<font>]]></code> and <code><![CDATA[<samp>]]></code> tags.</action> + <action dev="ltheussl" type="fix" issue="MPPDF-61">PDF generates content for <code><![CDATA[<script>]]>.</action> </release> <release version="2.5.1" date="2007-03-28"> <action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>