Author: bdube
Date: Wed Mar 2 05:58:03 2011
New Revision: 1076111
URL: http://svn.apache.org/viewvc?rev=1076111&view=rev
Log:
Adjust resume to document transformation stylesheet to correct FO generation
Issue: FOR-1224
Contributed by: Antoine Levy-Lambert
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume-to-document.xsl
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume-to-document.xsl?rev=1076111&r1=1076110&r2=1076111&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume-to-document.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume-to-document.xsl
Wed Mar 2 05:58:03 2011
@@ -323,11 +323,10 @@
</div>
</xsl:template>
<xsl:template match="resume:skill">
- <div class="resume-skill">
- <li><strong>
- <xsl:value-of select="."/></strong>
- <xsl:if test="@level"> (<xsl:value-of select="@level"/>)</xsl:if></li>
- </div>
+ <li class="resume-skill">
+ <xsl:value-of select="."/>
+ <xsl:if test="@level"> (<xsl:value-of select="@level"/>)</xsl:if>
+ </li>
</xsl:template>
<xsl:template match="resume:para">
<p>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml?rev=1076111&r1=1076110&r2=1076111&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/status.xml
Wed Mar 2 05:58:03 2011
@@ -39,6 +39,11 @@
<!-- Add new releases here -->
<release version="0.2" date="unreleased">
<!-- 2011-03 -->
+ <action type="update" context="code" dev="BMD" fixes-bug="FOR-1224"
+ due-to="Antoine Levy-Lambert">
+ Adjust resume to document transformation stylesheet to correct
+ FO generation.
+ </action>
<action type="add" context="code" dev="DC" importance="high"
fixes-bug="FOR-726">
Use Locationmap for resolution of resources and files.
Resources are exposed via {lm:Resume.*}