You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/16 19:43:12 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/menu menu2xslt.xsl

andreas     2003/09/16 10:43:12

  Modified:    src/webapp/lenya/xslt/menu menu2xslt.xsl
  Log:
  changed output method to XML (otherwise a comments/CDATA problem occurs)
  
  Revision  Changes    Path
  1.3       +3 -3      cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xslt.xsl
  
  Index: menu2xslt.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/menu/menu2xslt.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- menu2xslt.xsl	12 Sep 2003 13:31:01 -0000	1.2
  +++ menu2xslt.xsl	16 Sep 2003 17:43:12 -0000	1.3
  @@ -18,7 +18,7 @@
       xmlns:xhtml="http://www.w3.org/1999/xhtml"
       exclude-result-prefixes="xhtml">
       
  -  <xso:output method="html"/>
  +  <xso:output method="xml" indent="yes"/>
   
     <xsl:if test="$area != 'live'">
       
  @@ -67,7 +67,7 @@
         <xso:apply-templates select="@*|node()"/>
       </xso:copy>
     </xso:template>
  -  
  +
     </xso:stylesheet>
     
   </xsl:template>
  @@ -79,7 +79,7 @@
       <xsl:apply-templates select="@*|node()"/>
     </xsl:element>
   </xsl:template>
  -  
  +
     
   <xsl:template match="@*|node()">
     <xsl:copy>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org