svn commit: r619205 - /lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Wed Feb  6 14:51:08 2008
New Revision: 619205

URL: http://svn.apache.org/viewvc?rev=619205&view=rev
Log:
[minor change] XML code formatting

Modified:
    lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl?rev=619205&r1=619204&r2=619205&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl Wed Feb  6 14:51:08 2008
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -29,19 +29,19 @@
   <xsl:param name="contextprefix"/>
   <xsl:param name="usecase"/>
   <xsl:param name="position"/>
-
-    
+  
+  
   <xsl:template match="/menu:menu">
     <ul id="menu{$position}">
       <xsl:apply-templates select="menu:menus/menu:menu/menu:block"/>
     </ul>
   </xsl:template>
   
-
+  
   <xsl:template match="menu:block">
     <xsl:apply-templates select="menu:title"/>
     <xsl:apply-templates select="menu:menu | menu:item"/>
-		
+    
     <xsl:if test="position() != last()">
       <li class="lenya-menu-separator"></li>
     </xsl:if>
@@ -76,7 +76,7 @@
     </xsl:if>
   </xsl:template>
   
-  	
+  
   <xsl:template match="menu:item">
     <xsl:choose>
       <xsl:when test="@href">
@@ -84,13 +84,13 @@
           <xsl:call-template name="checkItem"/>
           <a>
             <xsl:copy-of select="@target"/>
-          <xsl:attribute name="href">
-            <xsl:value-of select="@href"/>
-            <xsl:apply-templates select="@*[local-name() != 'href']"/>
-            <xsl:text/>
-          </xsl:attribute>
-          <span><xsl:apply-templates select="i18n:*|text()"/></span>
-        </a></li>
+            <xsl:attribute name="href">
+              <xsl:value-of select="@href"/>
+              <xsl:apply-templates select="@*[local-name() != 'href']"/>
+              <xsl:text/>
+            </xsl:attribute>
+            <span><xsl:apply-templates select="i18n:*|text()"/></span>
+          </a></li>
       </xsl:when>
       <xsl:otherwise>
         <li class="disabled">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.