You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2007/12/07 09:04:39 UTC

svn commit: r602015 - /lenya/trunk/src/modules/tinymce/sitemap.xmap

Author: ragaller
Date: Fri Dec  7 00:04:31 2007
New Revision: 602015

URL: http://svn.apache.org/viewvc?rev=602015&view=rev
Log:
tinyMCE: re-added the strip namespaces transformation step to the tinymce sitemap (otherwise it's difficult to impossible to ensure survival of xi:include constructs in the editor).

Modified:
    lenya/trunk/src/modules/tinymce/sitemap.xmap

Modified: lenya/trunk/src/modules/tinymce/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/sitemap.xmap?rev=602015&r1=602014&r2=602015&view=diff
==============================================================================
--- lenya/trunk/src/modules/tinymce/sitemap.xmap (original)
+++ lenya/trunk/src/modules/tinymce/sitemap.xmap Fri Dec  7 00:04:31 2007
@@ -94,6 +94,7 @@
         <map:transform type="i18n">      
           <map:parameter name="locale" value="{request:locale}"/>
         </map:transform>
+        <map:transform src="context://lenya/xslt/util/strip_namespaces.xsl"/>
         <map:serialize type="xhtml"/>
       </map:match>
 



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