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 2008/02/11 23:15:00 UTC

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

Author: andreas
Date: Mon Feb 11 14:14:46 2008
New Revision: 620638

URL: http://svn.apache.org/viewvc?rev=620638&view=rev
Log:
Add exclude-result-prefixes attribute to menu2xhtml stylesheet.

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=620638&r1=620637&r2=620638&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menu2xhtml.xsl Mon Feb 11 14:14:46 2008
@@ -24,6 +24,7 @@
   xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
   xmlns:menu="http://apache.org/cocoon/lenya/menubar/1.0"
   xmlns="http://www.w3.org/1999/xhtml"
+  exclude-result-prefixes="uc menu"
   >
   
   <xsl:param name="contextprefix"/>



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