Author: gmcdonald
Date: Wed Oct 1 05:00:52 2008
New Revision: 700745
URL: http://svn.apache.org/viewvc?rev=700745&view=rev
Log:
Add source text output
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/xdoc-to-odt.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/xdoc-to-odt.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/xdoc-to-odt.xsl?rev=700745&r1=700744&r2=700745&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/xdoc-to-odt.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/resources/stylesheets/xdoc-to-odt.xsl
Wed Oct 1 05:00:52 2008
@@ -164,6 +164,13 @@
<xsl:value-of select="."/>
</text:span>
</xsl:template>
+ <xsl:template match="source">
+ <text:p text:style-name="Standard">
+ <text:span text:style-name="Source_20_Text">
+ <xsl:value-of select="."/>
+ </text:span>
+ </text:p>
+ </xsl:template>
<xsl:template match="strong">
<text:span text:style-name="Strong_20_Text">
<xsl:value-of select="."/>