You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/03 14:27:19 UTC

svn commit: rev 51830 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Sun Oct  3 05:27:19 2004
New Revision: 51830

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Simpler sitemap match for the demo. Anyway, it didn't work :-)


Modified: forrest/trunk/src/documentation/content/xdocs/faq.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/faq.xml	Sun Oct  3 05:27:19 2004
@@ -603,11 +603,11 @@
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
  <map:pipelines>
   <map:pipeline>
-    <map:match pattern="**/resolver-*.html">
-      <map:generate src="{project:content.xdocs}{1}/resolver-{2}.xml"/>
-      <map:transform
-          src="file:///usr/share/sgml/docbook/xsl/xhtml/docbook.xsl"/>
-      <map:serialize/>
+   <map:match pattern="resolver-*.html">
+    <map:generate src="{project:content.xdocs}resolver-{1}.xml"/>
+    <map:transform
+      src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/>
+    <map:serialize type="xml"/>
    </map:match>
   </map:pipeline>
  </map:pipelines>