[Scummvm-cvs-logs] SF.net SVN: scummvm:[40823] web/trunk/data/faq-xml.xsl

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Sat May 23 22:33:08 CEST 2009


Revision: 40823
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40823&view=rev
Author:   fredrik_w
Date:     2009-05-23 20:33:08 +0000 (Sat, 23 May 2009)

Log Message:
-----------
Fix the XSL that generates the XML-file for the FAQ page so it copies all of the answer and not just half.

Modified Paths:
--------------
    web/trunk/data/faq-xml.xsl

Modified: web/trunk/data/faq-xml.xsl
===================================================================
--- web/trunk/data/faq-xml.xsl	2009-05-23 20:30:00 UTC (rev 40822)
+++ web/trunk/data/faq-xml.xsl	2009-05-23 20:33:08 UTC (rev 40823)
@@ -16,12 +16,12 @@
 					<question>
 						<xsl:value-of select="question" />
 					</question>
-					<answer>
+					<!--<answer>
 						<xsl:for-each select="answer/simpara">
 							<xsl:copy-of select="." />
 						</xsl:for-each>
-					</answer>
-					<!--<xsl:copy-of select="answer" />-->
+					</answer>-->
+					<xsl:copy-of select="answer" />
 				</entry>
 				</xsl:for-each>
 			</section>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list