pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2469 - trunk/contrib


From: David Philippi at BerliOS
Subject: [Pingus-CVS] r2469 - trunk/contrib
Date: Tue, 25 Oct 2005 17:56:03 +0200

Author: torangan
Date: 2005-10-25 17:55:53 +0200 (Tue, 25 Oct 2005)
New Revision: 2469

Modified:
   trunk/contrib/pingusv1tov2.xsl
Log:
prevent <exit> from beeing searched twice

Modified: trunk/contrib/pingusv1tov2.xsl
===================================================================
--- trunk/contrib/pingusv1tov2.xsl      2005-10-25 15:42:58 UTC (rev 2468)
+++ trunk/contrib/pingusv1tov2.xsl      2005-10-25 15:55:53 UTC (rev 2469)
@@ -95,15 +95,6 @@
     <liquid><xsl:apply-templates select="*"/></liquid>
   </xsl:template>
 
-  <xsl:template match="exit">
-    <xsl:if test="@use-old-pos-handling != '0'">
-      <xsl:message terminate="yes">
-        old-pos-handling is not supported
-      </xsl:message>
-    </xsl:if>
-    <exit><xsl:apply-templates select="*"/></exit>
-  </xsl:template>
-
   <xsl:template match="action-list/*">
     <xsl:element name="{name()}">
       <xsl:value-of select="@count"/>
@@ -169,6 +160,11 @@
 
   <xsl:template match="exit">
     <xsl:element name="exit">
+    <xsl:if test="@use-old-pos-handling != '0'">
+      <xsl:message terminate="yes">
+        old-pos-handling is not supported
+      </xsl:message>
+    </xsl:if>
     <xsl:choose>
       <xsl:when test="string(@owner-id) != ''">
         <xsl:apply-templates select="*"/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]