Index: sitemap.xsl
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/sitemap/java/sitemap.xsl,v
retrieving revision 1.5
diff -u -r1.5 sitemap.xsl
--- sitemap.xsl	17 Jan 2002 03:51:38 -0000	1.5
+++ sitemap.xsl	22 Jan 2002 14:26:07 -0000
@@ -314,6 +314,7 @@
           configurer.configMatchers();
           configurer.configSelectors();
           configurer.configActions();
+          configurer.configAdapters();
           configurer = null;
 
           this.generators.initialize();
@@ -406,6 +407,14 @@
                 select="/map:sitemap/map:components/map:actions/map:action"/>
           </xsl:call-template>
         }
+        
+        public void configAdapters() throws Exception {
+					<xsl:call-template name="config-components">
+					<xsl:with-param name="name">adapter</xsl:with-param>
+					<xsl:with-param name="components"
+						select="/map:sitemap/map:components/map:adapters/map:adapter"/>
+					</xsl:call-template>
+		}
       }
 
       public Object preparePattern(String type, String pattern) throws Exception {
