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 2005/06/23 03:22:28 UTC

svn commit: r193039 - /forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml

Author: crossley
Date: Wed Jun 22 18:22:27 2005
New Revision: 193039

URL: http://svn.apache.org/viewcvs?rev=193039&view=rev
Log:
Emphasise the sitemap snippet for the "Download" example.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml?rev=193039&r1=193038&r2=193039&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/your-project.xml Wed Jun 22 18:22:27 2005
@@ -808,18 +808,21 @@
             Reference</link> provides details about how the sitemap works.
           </note>
           <p>
-            Add the following as the file
+            Add the following match to the file
             <code>src/documentation/sitemap.xmap</code> ...
           </p>
           <source><![CDATA[<?xml version="1.0"?>
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
  <map:pipelines>
-  <map:pipeline>
+  <map:pipeline>]]>
+  ...
+  <strong><![CDATA[
    <map:match pattern="**download.xml">
     <map:generate src="{project:content.xdocs}{1}download.xml" />
     <map:transform src="{project:resources.stylesheets}/download2document.xsl" />
     <map:serialize type="xml"/>
    </map:match>
+]]></strong><![CDATA[
   </map:pipeline>
  </map:pipelines>
 </map:sitemap>