Author: grumbel
Date: 2007-08-12 01:56:46 +0200 (Sun, 12 Aug 2007)
New Revision: 2849

Modified:
   branches/pingus_sdl/contrib/pingusv1tov2.xsl
Log:
- fixed levelname and description loss

Modified: branches/pingus_sdl/contrib/pingusv1tov2.xsl
===================================================================
--- branches/pingus_sdl/contrib/pingusv1tov2.xsl        2007-08-11 23:43:42 UTC 
(rev 2848)
+++ branches/pingus_sdl/contrib/pingusv1tov2.xsl        2007-08-11 23:56:46 UTC 
(rev 2849)
@@ -36,7 +36,7 @@
   <xsl:template match="/pingus-level/global/levelname">
     <xsl:choose>
       <xsl:when test="@lang='en'">
-        <levelname><xsl:apply-templates select="*"/></levelname>
+        <levelname><xsl:apply-templates /></levelname>
       </xsl:when>
     </xsl:choose>
   </xsl:template>
@@ -44,7 +44,7 @@
   <xsl:template match="/pingus-level/global/description">
     <xsl:choose>
       <xsl:when test="@lang='en'">
-        <description><xsl:apply-templates select="*"/></description>
+        <description><xsl:apply-templates /></description>
       </xsl:when>
     </xsl:choose>
   </xsl:template>



_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to