1 Mar 2011 07:15
svn commit: r1075671 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume: resources/stylesheets/resume2xdoc.xsl status.xml
<crossley <at> apache.org>
2011-03-01 06:15:41 GMT
2011-03-01 06:15:41 GMT
Author: crossley Date: Tue Mar 1 06:15:40 2011 New Revision: 1075671 URL: http://svn.apache.org/viewvc?rev=1075671&view=rev Log: Use the person name as title of document. Issue: FOR-1225 Contributed by: Antoine Levy-Lambert Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.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/resume2xdoc.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl?rev=1075671&r1=1075670&r2=1075671&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/resources/stylesheets/resume2xdoc.xsl Tue Mar 1 06:15:40 2011 <at> <at> -140,7 +140,7 <at> <at> </xsl:template> <xsl:template match="resume:header"> <header> - <title>CV for <xsl:value-of select="resume:name/resume:title"/> + <title><xsl:value-of select="resume:name/resume:title"/> <xsl:value-of select="resume:name/resume:firstname"/> <xsl:text> </xsl:text>(Continue reading)
RSS Feed