Author: thorsten
Date: Thu Oct 18 07:11:41 2007
New Revision: 585969
URL: http://svn.apache.org/viewvc?rev=585969&view=rev
Log:
Fixing faq section like described in
http://marc.info/\?t=118778868500008&r=1&w=2
Modified:
forrest/trunk/main/webapp/resources/stylesheets/faq-to-document.xsl
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/openoffice-writer.sxw
Modified: forrest/trunk/main/webapp/resources/stylesheets/faq-to-document.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/faq-to-document.xsl?rev=585969&r1=585968&r2=585969&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/faq-to-document.xsl
(original)
+++ forrest/trunk/main/webapp/resources/stylesheets/faq-to-document.xsl Thu Oct
18 07:11:41 2007
@@ -25,10 +25,7 @@
<title><xsl:value-of select="@title"/></title>
</header>
<body>
- <section>
- <title>Questions</title>
- <xsl:apply-templates select="faq|part"/>
- </section>
+ <xsl:apply-templates select="faq|part"/>
</body>
</document>
</xsl:template>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/openoffice-writer.sxw
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/src/documentation/content/xdocs/samples/openoffice-writer.sxw?rev=585969&r1=585968&r2=585969&view=diff
==============================================================================
Binary files - no diff available.