You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/04/25 16:02:13 UTC

svn commit: r532359 - in /lenya/trunk/src/modules/editors: sitemap.xmap usecases/forms/prettyprint.xsl

Author: nettings
Date: Wed Apr 25 07:02:12 2007
New Revision: 532359

URL: http://svn.apache.org/viewvc?view=rev&rev=532359
Log:
the oneform editor now uses the prettyprinting module for the
"reformatting" feature. it addresses the whitespace buglet, but not
http://issues.apache.org/bugzilla/show_bug.cgi?id=42237.

Removed:
    lenya/trunk/src/modules/editors/usecases/forms/prettyprint.xsl
Modified:
    lenya/trunk/src/modules/editors/sitemap.xmap

Modified: lenya/trunk/src/modules/editors/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/editors/sitemap.xmap?view=diff&rev=532359&r1=532358&r2=532359
==============================================================================
--- lenya/trunk/src/modules/editors/sitemap.xmap (original)
+++ lenya/trunk/src/modules/editors/sitemap.xmap Wed Apr 25 07:02:12 2007
@@ -61,7 +61,7 @@
           <map:parameter name="parameter-selector-test" value="{request-param:reformat}"/>
           <map:when test=""/>
           <map:otherwise>
-            <map:transform src="fallback://lenya/modules/editors/usecases/forms/prettyprint.xsl"/>
+            <map:transform src="fallback://lenya/modules/prettyprinting/xslt/xml2nicexml.xsl"/>
           </map:otherwise>
         </map:select> 
         <map:transform src="fallback://lenya/modules/editors/usecases/forms/oneform.xsl">



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