You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/27 05:57:25 UTC

svn commit: r178739 - /lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap

Author: gregor
Date: Thu May 26 20:57:23 2005
New Revision: 178739

URL: http://svn.apache.org/viewcvs?rev=178739&view=rev
Log:
Switch serialization to xhtml

Modified:
    lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap

Modified: lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap?rev=178739&r1=178738&r2=178739&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/publication-sitemap.xmap Thu May 26 20:57:23 2005
@@ -65,7 +65,7 @@
     </map:pipeline>
     
     <map:pipeline>
-      <!-- pattern="{rendertype}/{area}/{doctype}/{document-path}" -->
+    <!-- pattern="{rendertype}/{area}/{doctype}/{document-path}" -->
       <!-- NOTE: rendertype seems to be 'edit' or 'view' -->
       <map:match pattern="lenya-document/*/*/*/**.xml">
         <map:mount uri-prefix="lenya-document/" src="{fallback:doctypes.xmap}" check-reload="true" reload-method="synchron"/>
@@ -105,7 +105,7 @@
         </map:transform>
       </map:otherwise>
         </map:select>
-        <map:serialize type="html"/>
+        <map:serialize type="xhtml"/>
       </map:handle-errors>    
       </map:pipeline>
     <!-- /BX Editor: RNG Schema -->
@@ -189,7 +189,7 @@
                   <map:transform src="../../xslt/authoring/edit/removeSourceTags.xsl"/>
                 </map:when>
               </map:select>
-    	      <map:serialize type="html"/>
+    	      <map:serialize type="xhtml"/>
             </map:otherwise>
           </map:select>
             </map:otherwise>
@@ -233,7 +233,7 @@
         </map:transform>
       </map:otherwise>
         </map:select>
-        <map:serialize type="html"/>
+        <map:serialize type="xhtml"/>
       </map:handle-errors>
       
     </map:pipeline>



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