You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2006/10/11 08:55:12 UTC

svn commit: r462716 [24/29] - in /cocoon/site/site/2.1: ./ developing/ developing/portal/ developing/portal/coplets/ developing/webapps/ developing/webapps/authentication/ faq/ howto/ installing/ plan/documentation/ plan/otherplanning/ plan/overview/ s...

Modified: cocoon/site/site/2.1/userdocs/concepts/sitemap.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/sitemap.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/sitemap.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/sitemap.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1222,13 +1222,13 @@
 there, what it does, how it works and how you can use it.</p>
 <div class="frame note">
 <div class="label">Note</div>
-<div class="content">See the <a href="../../../2.1/userdocs/index.html">User documentation</a> for details
+<div class="content">See the <a description="" href="../../../2.1/userdocs/index.html">User documentation</a> for details
 about configuration of each sitemap component. See the
-<a href="../../../2.1/userdocs/concepts/sitemap/sitemap-examples.html">Example sitemap snippets</a>. Explore each
+<a description="" href="../../../2.1/userdocs/concepts/sitemap/sitemap-examples.html">Example sitemap snippets</a>. Explore each
 <tt>sitemap.xmap</tt> in the distribution, to see how the various situations are
 handled.</div>
 </div>
-<a name="N10024"></a><a name="Goals"></a>
+<a name="N10026"></a><a name="Goals"></a>
 <h3 class="h4">Goals</h3>
 <p>The goal of the sitemap is to allow non-programmers to create web sites and
 web applications built from logic components and XML documents.</p>
@@ -1276,7 +1276,7 @@
 with Cocoon.</li>
 
 </ol>
-<a name="N10054"></a><a name="The+Structure"></a>
+<a name="N10056"></a><a name="The+Structure"></a>
 <h3 class="h4">The Structure</h3>
 <p>The Sitemap has the following general structure:</p>
 <pre>&lt;?xml version="1.0"?&gt;
@@ -1288,7 +1288,7 @@
     &lt;map:action-sets/&gt;
     &lt;map:pipelines/&gt;
   &lt;/map:sitemap&gt; </pre>
-<a name="N1005C"></a><a name="The+%3Cmap%3Asitemap%3E"></a>
+<a name="N1005E"></a><a name="The+%3Cmap%3Asitemap%3E"></a>
 <h3 class="h4">The &lt;map:sitemap&gt;</h3>
 <pre>&lt;map:sitemap 
     xmlns:map="http://apache.org/cocoon/sitemap/1.0"&gt; </pre>
@@ -1300,7 +1300,7 @@
 one each time a new release breaks backwards compatibility, while minor is
 increased each time a change has been made that doesn't create backwards
 compatibility problems.</p>
-<a name="N10066"></a><a name="The+%3Cmap%3Acomponents%3E"></a>
+<a name="N10068"></a><a name="The+%3Cmap%3Acomponents%3E"></a>
 <h3 class="h4">The &lt;map:components&gt;</h3>
 <pre>
   &lt;map:components&gt;
@@ -1313,7 +1313,7 @@
     &lt;map:actions/&gt;
     &lt;map:pipes/&gt;
   &lt;/map:components&gt; </pre>
-<a name="N1006C"></a><a name="Common+Attributes+of+Components"></a>
+<a name="N1006E"></a><a name="Common+Attributes+of+Components"></a>
 <h4>Common Attributes of Components</h4>
 <p>All components have some common attributes. The list below will show and
 explain them:</p>
@@ -1325,7 +1325,7 @@
 <li>src: Specifies the class implementing this component.</li>
 
 </ul>
-<a name="N1007A"></a><a name="Component+Parameters"></a>
+<a name="N1007C"></a><a name="Component+Parameters"></a>
 <h4>Component Parameters</h4>
 <p>All components are configured with parameters specified in their child
 elements at component instantiation time. The following example shows how to
@@ -1341,9 +1341,9 @@
   &lt;/map:transformer&gt;
 &lt;/map:components&gt; </pre>
 <p>The name and meaning of the parameters are dependent on the component.</p>
-<a name="N10087"></a><a name="Generators"></a>
+<a name="N10089"></a><a name="Generators"></a>
 <h4>Generators</h4>
-<p>A <a href="#interface-generator"><tt>Generator</tt></a> generates XML content
+<p>A <a description="" href="#interface-generator"><tt>Generator</tt></a> generates XML content
 as SAX events and initializes the pipeline processing.</p>
 <pre>
 
@@ -1359,9 +1359,9 @@
 &lt;/map:generators&gt; </pre>
 <p>The <tt>default</tt> attribute on <tt>&lt;map:generators&gt;</tt> specifies
 the type of generator to use if none is specified in a pipeline.</p>
-<a name="N1009C"></a><a name="Transformers"></a>
+<a name="N1009F"></a><a name="Transformers"></a>
 <h4>Transformers</h4>
-<p>A <a href="#interface-transformer"><tt>Transformer</tt></a> transforms SAX
+<p>A <a description="" href="#interface-transformer"><tt>Transformer</tt></a> transforms SAX
 events into other SAX events.</p>
 <pre>
 
@@ -1378,9 +1378,9 @@
 <p>The <tt>default</tt> attribute on <tt>&lt;map:transformers&gt;</tt>
 specifies the type of transformer to use if none is specified in a pipeline.
 </p>
-<a name="N100B1"></a><a name="Serializers"></a>
+<a name="N100B5"></a><a name="Serializers"></a>
 <h4>Serializers</h4>
-<p>A <a href="#interface-serializer"><tt>Serializer</tt></a> transforms SAX
+<p>A <a description="" href="#interface-serializer"><tt>Serializer</tt></a> transforms SAX
 events in binary or char streams for final client consumption.</p>
 <pre>
 
@@ -1417,12 +1417,12 @@
 &lt;/map:serializers&gt; </pre>
 <p>The <tt>default</tt> attribute on <tt>&lt;map:serializers&gt;</tt> specifies
 the type of serializer to use if none is specified in a pipeline.</p>
-<a name="N100C6"></a><a name="Selectors"></a>
+<a name="N100CB"></a><a name="Selectors"></a>
 <h4>Selectors</h4>
-<p>A <a href="#interface-selector"><tt>Selector</tt></a> is used to implement
+<p>A <a description="" href="#interface-selector"><tt>Selector</tt></a> is used to implement
 basic conditional logic (<tt>if-then-else</tt> or <tt>switch</tt>) inside the
 sitemap. As can be seen in the
-<a href="#interface-selector"><tt>Selector</tt></a> interface, this
+<a description="" href="#interface-selector"><tt>Selector</tt></a> interface, this
 functionality decomposes into the ability to evaluate a boolean condition.</p>
 <pre>
 
@@ -1449,9 +1449,9 @@
 &lt;/map:selection&gt; </pre>
 <p>The <tt>default</tt> attribute on <tt>&lt;map:selectors&gt;</tt> specifies
 the type of selector to use if none is specified in a pipeline.</p>
-<a name="N100E6"></a><a name="Matchers"></a>
+<a name="N100ED"></a><a name="Matchers"></a>
 <h4>Matchers</h4>
-<p>A <a href="#interface-matcher"><tt>Matcher</tt></a> maps a pattern to a
+<p>A <a description="" href="#interface-matcher"><tt>Matcher</tt></a> maps a pattern to a
 resource.</p>
 <pre>
 
@@ -1468,12 +1468,12 @@
 &lt;/map:matchers&gt; </pre>
 <p>The <tt>default</tt> attribute on <tt>&lt;map:matchers&gt;</tt> specifies the
 type of matcher to use if none is specified in a pipeline.</p>
-<a name="N100FB"></a><a name="Actions"></a>
+<a name="N10103"></a><a name="Actions"></a>
 <h4>Actions</h4>
-<p>An <a href="#interface-action"><tt>Action</tt></a> is a sitemap component
+<p>An <a description="" href="#interface-action"><tt>Action</tt></a> is a sitemap component
 that manipulates runtime parameters based on request and application state. An
 Action's result is available in the sitemap as map of name/value pairs. Detailed
-information on actions may be found in <a href="../../../2.1/userdocs/concepts/actions.html">the Actions
+information on actions may be found in <a description="" href="../../../2.1/userdocs/concepts/actions.html">the Actions
 section</a>.</p>
 <pre>
 
@@ -1487,11 +1487,11 @@
   &lt;map:action name="form-validator"
           src="org.apache.cocoon.acting.FormValidatorAction"/&gt;
 &lt;/map:actions&gt; </pre>
-<a name="N1010C"></a><a name="The+%3Cmap%3Aviews%3E"></a>
+<a name="N10116"></a><a name="The+%3Cmap%3Aviews%3E"></a>
 <h3 class="h4">The &lt;map:views&gt;</h3>
 <p>The <tt>&lt;map:view&gt;</tt> element defines different view of the site.
 Views are defined independent of pipelines and might be used with any pipeline
-defined in the sitemap. For more on views read <a href="../../../2.1/userdocs/concepts/views.html">the Views
+defined in the sitemap. For more on views read <a description="" href="../../../2.1/userdocs/concepts/views.html">the Views
 section</a>.</p>
 <pre>
 
@@ -1504,7 +1504,7 @@
     &lt;map:serialize type="links"/&gt;
   &lt;/map:view&gt;
 &lt;/map:views&gt; </pre>
-<a name="N1011B"></a><a name="The+%3Cmap%3Aresources%3E"></a>
+<a name="N10126"></a><a name="The+%3Cmap%3Aresources%3E"></a>
 <h3 class="h4">The &lt;map:resources&gt;</h3>
 <p>The <tt>&lt;map:resource&gt;</tt> element is used as a placeholder for
 pipelines that are used several times inside the document.</p>
@@ -1517,10 +1517,10 @@
     &lt;map:serialize status-code="401"/&gt;
   &lt;/map:resource&gt;
 &lt;/map:resources&gt; </pre>
-<a name="N10126"></a><a name="The+%3Cmap%3Aaction-sets%3E"></a>
+<a name="N10131"></a><a name="The+%3Cmap%3Aaction-sets%3E"></a>
 <h3 class="h4">The &lt;map:action-sets&gt;</h3>
 <p>The <tt>&lt;map:action-set&gt;</tt> element is used to arrange actions in
-groups (See <a href="../../../2.1/userdocs/concepts/actions.html">the Actions section</a> for details).</p>
+groups (See <a description="" href="../../../2.1/userdocs/concepts/actions.html">the Actions section</a> for details).</p>
 <pre>
 
 &lt;map:action-sets&gt;
@@ -1532,10 +1532,10 @@
   &lt;/map:action-set&gt;
 &lt;/map:action-sets&gt; </pre>
 </div>
-<a name="N10135"></a><a name="Pipelines"></a>
+<a name="N10141"></a><a name="Pipelines"></a>
 <h2 class="h3">Pipelines</h2>
 <div class="section">
-<a name="N10139"></a><a name="Introduction-N10139"></a>
+<a name="N10145"></a><a name="Introduction-N10145"></a>
 <h3 class="h4">Introduction</h3>
 <p>Cocoon relies on the pipeline model: an XML document is pushed through a
 pipeline, that exists in several transformation steps of your document. Every
@@ -1546,7 +1546,7 @@
 choose a specific pipeline processing. Aggregation allows you to build a
 hierarchy of pipelines.</p>
 <p>Using views allows you to define exit points in a pipeline.</p>
-<a name="N10143"></a><a name="Define+a+Pipeline"></a>
+<a name="N1014F"></a><a name="Define+a+Pipeline"></a>
 <h3 class="h4">Define a Pipeline</h3>
 <p>Defining a pipeline is simple. Just write a <tt>map:pipeline</tt> element
 inside the <tt>map:pipelines</tt> element.</p>
@@ -1555,7 +1555,7 @@
 <div class="content">Explain optional attribute <tt>internal-only</tt>
 </div>
 </div>
-<a name="N10159"></a><a name="Pipeline+Elements"></a>
+<a name="N10165"></a><a name="Pipeline+Elements"></a>
 <h3 class="h4">Pipeline Elements</h3>
 <p>Having defined a pipeline you can use following sitemap elements:</p>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
@@ -1758,14 +1758,14 @@
 </table>
 <p>The usage of these sitemap elements is explained in the following sections in
 more detail.</p>
-<a name="N10226"></a><a name="Matching"></a>
+<a name="N10232"></a><a name="Matching"></a>
 <h3 class="h4">Matching</h3>
 <p>These powerful sitemap components allow Cocoon to associate a pure "virtual"
 URI space to a given set of instructions that describe how to generate,
 transform and present the requested resource(s) to the client.</p>
-<p>See also <a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Implementing Matchers And Selectors</a>
+<p>See also <a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Implementing Matchers And Selectors</a>
 </p>
-<a name="N10231"></a><a name="Selecting+And+Testing"></a>
+<a name="N1023E"></a><a name="Selecting+And+Testing"></a>
 <h3 class="h4">Selecting And Testing</h3>
 <p>Selectors in Apache Cocoon have a role similar to matchers while being more
 flexible. Like matchers they are designed to test something against a part of
@@ -1778,9 +1778,9 @@
 as an "if" statement, while selectors have all the power of an "if-else if-else"
 or "switch-case" construct. The selector syntax is similar will be familiar to
 people using the XSLT <tt>&lt;xsl:test&gt; statement</tt>.</p>
-<p>See also <a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Implementing Matchers And Selectors</a>
+<p>See also <a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Implementing Matchers And Selectors</a>
 </p>
-<a name="N1023F"></a><a name="Acting"></a>
+<a name="N1024D"></a><a name="Acting"></a>
 <h3 class="h4">Acting</h3>
 <p>Apache Cocoon has a rich set of tools for publishing web documents, and while
 XSP and Generators provide alot of functionality, they still mix content and
@@ -1789,15 +1789,15 @@
 surmised that sometimes we need to adjust the pipeline based on runtime
 parameters, or even the contents of the Request parameter. Without the use of
 Actions this would make the sitemap almost incomprehensible.</p>
-<p>See also <a href="../../../2.1/userdocs/concepts/actions.html">Creating And Using Actions</a>
+<p>See also <a description="" href="../../../2.1/userdocs/concepts/actions.html">Creating And Using Actions</a>
 </p>
-<a name="N1024A"></a><a name="Generating"></a>
+<a name="N10259"></a><a name="Generating"></a>
 <h3 class="h4">Generating</h3>
 <p>A generator is the starting point of an xml pipeline. It generates XML
 content as SAX events and initialize the pipeline processing.</p>
-<p>See also <a href="../../../2.1/userdocs/generators.html"> Generators in Cocoon. </a>
+<p>See also <a description="" href="../../../2.1/userdocs/generators.html"> Generators in Cocoon. </a>
 </p>
-<a name="N10255"></a><a name="Aggregating"></a>
+<a name="N10265"></a><a name="Aggregating"></a>
 <h3 class="h4">Aggregating</h3>
 <p>An aggregator produces XML content. It is composed of one or more parts, each
 of which defined by an XML source. During pipeline processing, all parts of an
@@ -1871,19 +1871,19 @@
   ...
  &lt;/document&gt;
 &lt;/site&gt; </pre>
-<a name="N102B7"></a><a name="Transforming"></a>
+<a name="N102C7"></a><a name="Transforming"></a>
 <h3 class="h4">Transforming</h3>
 <p>A transformer is the central point in the pipeline. It transform SAX events
 in SAX events.</p>
-<p>See also <a href="../../../2.1/userdocs/transformers.html"> Transformers in Cocoon. </a>
+<p>See also <a description="" href="../../../2.1/userdocs/transformers.html"> Transformers in Cocoon. </a>
 </p>
-<a name="N102C2"></a><a name="Serializing"></a>
+<a name="N102D3"></a><a name="Serializing"></a>
 <h3 class="h4">Serializing</h3>
 <p>A serializer is the end point of an xml pipeline. It transform SAX events in
 binary or char streams for final client consumption.</p>
-<p>See also <a href="../../../2.1/userdocs/serializers.html"> Serializers in Cocoon. </a>
+<p>See also <a description="" href="../../../2.1/userdocs/serializers.html"> Serializers in Cocoon. </a>
 </p>
-<a name="N102CD"></a><a name="Handling+Errors"></a>
+<a name="N102DF"></a><a name="Handling+Errors"></a>
 <h3 class="h4">Handling Errors</h3>
 <p>Each pipeline may define its error handling. A error handler is specialized
 pipeline having a pre-configures generator. Each error handler uses the
@@ -1906,14 +1906,14 @@
   &lt;map:serialize/&gt;
  &lt;/map:error-handler&gt;
 &lt;/map:pipeline&gt; </pre>
-<a name="N102DC"></a><a name="Viewing"></a>
+<a name="N102EE"></a><a name="Viewing"></a>
 <h3 class="h4">Viewing</h3>
 <p>Basically, views let you specify exit points of your pipelines that are taken
 whenever a particular view is requested. The processing continues with the
 definitions in the requested view. The advantage over selectors that could
 achieve the same is, that these exit points are not necessarily declared for
 each pipeline individually, but once per sitemap.</p>
-<a name="N102E2"></a><a name="Redirecting"></a>
+<a name="N102F4"></a><a name="Redirecting"></a>
 <h3 class="h4">Redirecting</h3>
 <p>Redirecting forwards the the request. You may externally send an redirect
 response to the client. The behaviour is controlled by using the approriate
@@ -1933,7 +1933,7 @@
  &lt;map:match pattern="welcome"&gt;
  ...
 &lt;/map:pipeline&gt; </pre>
-<a name="N10300"></a><a name="Calling+resources"></a>
+<a name="N10312"></a><a name="Calling+resources"></a>
 <h3 class="h4">Calling resources</h3>
 <p>Calling resources is dissimilar to redirects as the client does not notice
 this.</p>
@@ -1986,7 +1986,7 @@
   
 &lt;/map:pipeline&gt; 
  </pre>
-<a name="N10314"></a><a name="Mounting+sitemaps"></a>
+<a name="N10326"></a><a name="Mounting+sitemaps"></a>
 <h3 class="h4">Mounting sitemaps</h3>
 <p>Mount points allow sitemaps to be cascaded and site management workload to be
 parallelized. This creates a tree of sitemaps with the main sitemap at the root
@@ -2014,7 +2014,7 @@
 hierarchical structure as the sitemaps are and thus knows which are their parent
 SitemapComponentManager and can ask it for a SitemapComponent it doesn't know
 about.</p>
-<a name="N10322"></a><a name="Use+Cases"></a>
+<a name="N10334"></a><a name="Use+Cases"></a>
 <h4>Use Cases</h4>
 <p>Usually you use the same SitemapComponents over and over again in your
 sub-sitemaps. And because you have a contract between the parent and sub
@@ -2081,7 +2081,7 @@
     &lt;/map:pipeline&gt;
   &lt;/map:pipelines&gt;
 &lt;/map:sitemap&gt; </pre>
-<a name="N1033E"></a><a name="Reloading"></a>
+<a name="N10350"></a><a name="Reloading"></a>
 <h4>Reloading</h4>
 <p>The reloading of the sub-sitemaps can be configured by two attributes,
 "check-reload" and "reload-method".</p>
@@ -2103,7 +2103,7 @@
 reload-method is set to "synchron", the sitemap is first regenerated and then
 the request is processed.</p>
 </div>
-<a name="N1034A"></a><a name="file-url"></a>
+<a name="N1035C"></a><a name="file-url"></a>
 <h2 class="h3">File: URLs</h2>
 <div class="section">
 <p>In your sitemaps you may need to refer to some resource that is outside the
@@ -2130,7 +2130,7 @@
 (URI): Generic Syntax</a>
 </p>
 </div>
-<a name="N1036A"></a><a name="Protocols"></a>
+<a name="N1037E"></a><a name="Protocols"></a>
 <h2 class="h3">Protocols</h2>
 <div class="section">
 <p>In the sitemap, you can use all protocols nearly everywhere (except for in
@@ -2153,10 +2153,10 @@
 
 </ul>
 </div>
-<a name="N1038E"></a><a name="interface-XMLProducer"></a>
+<a name="N103A2"></a><a name="interface-XMLProducer"></a>
 <h2 class="h3">Interface specifications</h2>
 <div class="section">
-<a name="N10393"></a><a name="XMLProducer"></a>
+<a name="N103A8"></a><a name="XMLProducer"></a>
 <h3 class="h4">XMLProducer</h3>
 <p>This interfaces identifies classes that produce XML data, sending SAX events
 to the configured <tt>XMLConsumer</tt>.<br>
@@ -2173,7 +2173,7 @@
     public void setConsumer(XMLConsumer consumer);
 
 } </pre>
-<a name="N103A1"></a><a name="XMLConsumer"></a>
+<a name="N103B7"></a><a name="XMLConsumer"></a>
 <h3 class="h4">XMLConsumer</h3>
 <p>This interfaces identifies classes that consume XML data, receiving
 notification of SAX events.<br>
@@ -2185,7 +2185,7 @@
                                      LexicalHandler {
 
 } </pre>
-<a name="N103B2"></a><a name="XMLPipe"></a>
+<a name="N103C9"></a><a name="XMLPipe"></a>
 <h3 class="h4">XMLPipe</h3>
 <p>This interfaces identifies classes that consume XML data, receiving
 notification of SAX events, and also that produce XML data, sending SAX events
@@ -2197,7 +2197,7 @@
 public interface XMLPipe extends XMLConsumer , XMLProducer {
 
 } </pre>
-<a name="N103C6"></a><a name="SitemapModelComponent"></a>
+<a name="N103DE"></a><a name="SitemapModelComponent"></a>
 <h3 class="h4">SitemapModelComponent</h3>
 <p>All sitemap components producing XML must implement this interface:</p>
 <pre>
@@ -2213,7 +2213,7 @@
                String src, Parameters par)
     throws ProcessingException, SAXException, IOException;
 } </pre>
-<a name="N103CF"></a><a name="SitemapOutputComponent"></a>
+<a name="N103E8"></a><a name="SitemapOutputComponent"></a>
 <h3 class="h4">SitemapOutputComponent</h3>
 <p>All sitemap components creating the output must implement this interface:
 </p>
@@ -2238,7 +2238,7 @@
      */
     boolean shouldSetContentLength();
 } </pre>
-<a name="N103D8"></a><a name="Generator"></a>
+<a name="N103F2"></a><a name="Generator"></a>
 <h3 class="h4">Generator</h3>
 <p>A <tt>Generator</tt> must implement at least the following interface:</p>
 <pre>
@@ -2252,7 +2252,7 @@
     throws IOException, SAXException, ProcessingException;
 
 } </pre>
-<a name="N103E4"></a><a name="Transformer"></a>
+<a name="N103FF"></a><a name="Transformer"></a>
 <h3 class="h4">Transformer</h3>
 <p>A <tt>Transformer</tt> must implement at least the following interface:</p>
 <pre>
@@ -2263,7 +2263,7 @@
     String ROLE = "org.apache.cocoon.transformation.Transformer";
 
 } </pre>
-<a name="N103F0"></a><a name="Serializer"></a>
+<a name="N1040C"></a><a name="Serializer"></a>
 <h3 class="h4">Serializer</h3>
 <p>A <tt>Serializer</tt> gets the <tt>OutputStream</tt> where the XML should be
 serialized with the following interface:</p>
@@ -2274,7 +2274,7 @@
     String ROLE = "org.apache.cocoon.serialization.Serializer";
 
 } </pre>
-<a name="N103FF"></a><a name="Selector"></a>
+<a name="N1041C"></a><a name="Selector"></a>
 <h3 class="h4">Selector</h3>
 <p>A <tt>Selector</tt> gets an expression to evaluate and signals the evaluation
 with a boolean value.</p>
@@ -2298,7 +2298,7 @@
     boolean select (String expression, Map objectModel,
                     Parameters parameters);
 } </pre>
-<a name="N1040B"></a><a name="Matcher"></a>
+<a name="N10429"></a><a name="Matcher"></a>
 <h3 class="h4">Matcher</h3>
 <p>A <tt>Matcher</tt> matches a pattern against any value:</p>
 <pre>
@@ -2324,7 +2324,7 @@
      */
     Map match (String pattern, Map objectModel, Parameters parameters);      
 } </pre>
-<a name="N10417"></a><a name="Action"></a>
+<a name="N10436"></a><a name="Action"></a>
 <h3 class="h4">Action</h3>
 <p>An <tt>Action</tt> processes input <tt>objectModel</tt> and returns results
 in a <tt>Map</tt>:</p>
@@ -2365,7 +2365,7 @@
     throws Exception;
 } </pre>
 </div>
-<a name="N10429"></a><a name="Additional+resources"></a>
+<a name="N10449"></a><a name="Additional+resources"></a>
 <h2 class="h3">Additional resources</h2>
 <div class="section">
 <p>Learn more about advanced Sitemap features by downloading the free chapter,

Modified: cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1217,10 +1217,10 @@
 <h2 class="h3">Overview</h2>
 <div class="section">
 <p>The following explanations describe how some sections of the sitemaps
-operate. For overview, see the general <a href="../../../../2.1/userdocs/concepts/sitemap/../sitemap.html">Sitemap</a> document
+operate. For overview, see the general <a description="" href="../../../../2.1/userdocs/concepts/sitemap/../sitemap.html">Sitemap</a> document
 and the specific userdocs.</p>
 </div>
-<a name="N10011"></a><a name="C2+documentation"></a>
+<a name="N10012"></a><a name="C2+documentation"></a>
 <h2 class="h3">C2 documentation</h2>
 <div class="section">
 <p>The Cocoon documentation XML files are located at

Modified: cocoon/site/site/2.1/userdocs/concepts/storejanitor.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/storejanitor.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/storejanitor.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/storejanitor.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/concepts/validation.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/validation.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/validation.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/validation.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1228,7 +1228,7 @@
 <p>You really should validate documents in your editing environment. It is not
 the concern of Cocoon. However there are some facilities.</p>
 </div>
-<a name="N1001C"></a><a name="Warning%3A+Validation+facilities+are+under+development"></a>
+<a name="N1001D"></a><a name="Warning%3A+Validation+facilities+are+under+development"></a>
 <h2 class="h3">Warning: Validation facilities are under development</h2>
 <div class="section">
 <p>The validation facilities are under development in the head CVS. The RELAX NG
@@ -1239,14 +1239,14 @@
 <p>With that said, the validation system does work and is waiting for your help
 to extend it.</p>
 </div>
-<a name="N10024"></a><a name="Operation"></a>
+<a name="N10025"></a><a name="Operation"></a>
 <h2 class="h3">Operation</h2>
 <div class="section">
 <p>There are three validation targets in build.xml (see some internal notes). If
 you do not want validation to happen automatically during the build, then you
 can switch it off in <tt>./properties.xml</tt>
 </p>
-<a name="N1002C"></a><a name="Build+target+validate-config"></a>
+<a name="N1002D"></a><a name="Build+target+validate-config"></a>
 <h3 class="h4">Build target validate-config</h3>
 <p>2.1-dev and 2.0.5</p>
 <p>
@@ -1257,7 +1257,7 @@
 <p>Validation of some core configuration files using RELAX NG. Currently doing:
 cocoon.roles, *.xsl, **/sitemap.xmap, and treeprocessor-builtins.xml (using
 DTD).</p>
-<a name="N10039"></a><a name="Build+target+validate-schematron"></a>
+<a name="N1003A"></a><a name="Build+target+validate-schematron"></a>
 <h3 class="h4">Build target validate-schematron</h3>
 <p>2.1-dev</p>
 <p>
@@ -1266,7 +1266,7 @@
 <p>Can only be called from the command-line.</p>
 <p>Validation of all sitemap.xmap using Schematron rules embedded in RELAX NG
 grammars. (Very experimental.)</p>
-<a name="N10046"></a><a name="Build+target+validate-xdocs"></a>
+<a name="N10047"></a><a name="Build+target+validate-xdocs"></a>
 <h3 class="h4">Build target validate-xdocs</h3>
 <p>2.1-dev</p>
 <p>
@@ -1277,7 +1277,7 @@
 <p>Validation of all core documentation/xdocs Currently doing: book.xml (using
 RELAX NG), *.xml (using DTD).</p>
 </div>
-<a name="N10053"></a><a name="To+Do"></a>
+<a name="N10054"></a><a name="To+Do"></a>
 <h2 class="h3">To Do</h2>
 <div class="section">
 <ul>
@@ -1298,7 +1298,7 @@
 
 </ul>
 </div>
-<a name="N10068"></a><a name="Stuff"></a>
+<a name="N10069"></a><a name="Stuff"></a>
 <h2 class="h3">Stuff</h2>
 <div class="section">
 <p>See
@@ -1312,7 +1312,7 @@
 <p>See notes in the top of
 cocoon-2.1/src/webapp/WEB-INF/entities/sitemap-v06.rng</p>
 </div>
-<a name="N1007A"></a><a name="info"></a>
+<a name="N1007D"></a><a name="info"></a>
 <h2 class="h3">Further information</h2>
 <div class="section">
 <ul>

Modified: cocoon/site/site/2.1/userdocs/concepts/views.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/views.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/views.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/views.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1226,14 +1226,14 @@
 
 </p>
 </div>
-<a name="N10015"></a><a name="Decomposition+of+XMLSearching"></a>
+<a name="N10016"></a><a name="Decomposition+of+XMLSearching"></a>
 <h2 class="h3">Decomposition of XMLSearching</h2>
 <div class="section">
 <p>The indexing process is split up into crawling, fetching URL resource, and
 generating the index.</p>
 <p>The searching process is split up into searching, and feeding search result
 into the Apache Cocoon pipeline.</p>
-<a name="N1001D"></a><a name="Crawling"></a>
+<a name="N1001E"></a><a name="Crawling"></a>
 <h3 class="h4">Crawling</h3>
 <p>The crawling process is specified by</p>
 <ol>
@@ -1250,7 +1250,7 @@
 Cocoon instance deployed in a servlet-engine. Alternatively you may specify an
 URI, e.g.: <tt>/documents/index.html</tt>, offering to crawl the local Apache
 Cocoon instance only, either servlet-deployed, or in commandline-mode.</p>
-<a name="N10036"></a><a name="Fetching+URL+resource"></a>
+<a name="N10037"></a><a name="Fetching+URL+resource"></a>
 <h3 class="h4">Fetching URL resource</h3>
 <p>This processing step fetches the URL resource from Apache Cocoon.</p>
 <p>Apache Cocoon offers the feature of views. This feature is used to fetch the
@@ -1263,7 +1263,7 @@
 <p>The Avalon component <tt>SimpleCocoonCrawlerImpl</tt> is the implementation.
 It can be configured to use a specific view, or default to the 'content' view.
 </p>
-<a name="N1004A"></a><a name="Generating+index"></a>
+<a name="N1004B"></a><a name="Generating+index"></a>
 <h3 class="h4">Generating index</h3>
 <p>A xml resource is fed into a indexing engine. Generating an index specifies
 which elements of an XML resources should get indexed, how the elements are
@@ -1291,14 +1291,14 @@
 for parsing an XML document, and generating Lucene fields, the current index
 layout is implemented by <tt>SimpleLuceneXMLIndexerImpl</tt>, and
 <tt>LuceneIndexContentHandler</tt>.</p>
-<a name="N10073"></a><a name="Searching"></a>
+<a name="N10074"></a><a name="Searching"></a>
 <h3 class="h4">Searching</h3>
 <p>This process uses a search engine for querying the index. The input of this
 process is a search query string, the result is the search result of the search
 engine.</p>
 <p>The Avalon component <tt>LuceneCocoonSearcher</tt> defines an interface for
 searching a Lucene index.</p>
-<a name="N1007E"></a><a name="Feeding+Search+Results"></a>
+<a name="N1007F"></a><a name="Feeding+Search+Results"></a>
 <h3 class="h4">Feeding Search Results</h3>
 <p>This is the final step for presenting information stored in the index. The
 result of search engine is feed into the Cocoon processing pipeline.</p>
@@ -1307,7 +1307,7 @@
 <tt>SearchGenerator</tt> is provided which transforms the search result to XML,
 and feeds it into the Cocoon processing pipeline.</p>
 </div>
-<a name="N10089"></a><a name="Interdependencies"></a>
+<a name="N1008A"></a><a name="Interdependencies"></a>
 <h2 class="h3">Interdependencies</h2>
 <div class="section">
 <p>As both Avalon components <tt>LuceneXMLIndexer</tt>, and
@@ -1343,12 +1343,12 @@
 
 </ul>
 </div>
-<a name="N100CC"></a><a name="Configuration"></a>
+<a name="N100CD"></a><a name="Configuration"></a>
 <h2 class="h3">Configuration</h2>
 <div class="section">
 <p>Configuring the indexing, and searching Avalon components is specified in the
 <tt>cocoon.xconf</tt> file.</p>
-<a name="N100D5"></a><a name="example"></a>
+<a name="N100D6"></a><a name="example"></a>
 <h3 class="h4">example</h3>
 <p>This would set up the crawler to crawl all of your site, except pages in the
 'search' section, also we are telling the crawler to use a non-standard
@@ -1373,7 +1373,7 @@
 </pre>
 <p>Setting up the sitemap component SearchGenerator takes place in the
 <tt>sitemap.xmap</tt> file.</p>
-<a name="N100EF"></a><a name="example-N100EF"></a>
+<a name="N100F0"></a><a name="example-N100F0"></a>
 <h3 class="h4">example</h3>
 <p>This would generate a document from a search, getting the query and other
 information from request parameters.</p>
@@ -1388,7 +1388,7 @@
 &lt;/map:generate&gt;  
 </pre>
 </div>
-<a name="N100FB"></a><a name="Implementation+notes"></a>
+<a name="N100FC"></a><a name="Implementation+notes"></a>
 <h2 class="h3">Implementation notes</h2>
 <div class="section">
 <p>The package <tt>org.apache.cocoon.components.search</tt> holds all searching
@@ -1400,7 +1400,7 @@
 <p>The package <tt>org.apache.cocoon.components.crawler</tt> holds all crawling
 relevant sources.</p>
 </div>
-<a name="N10112"></a><a name="WebApp+Sample+usage"></a>
+<a name="N10114"></a><a name="WebApp+Sample+usage"></a>
 <h2 class="h3">WebApp Sample usage</h2>
 <div class="section">
 <p>The Cocoon sample webapplication has a link for generating, an index of the
@@ -1430,7 +1430,7 @@
 tries to minimize your effort of using searching, as you need to adapt the XSLT
 transformation step only to your needs.</p>
 </div>
-<a name="N10131"></a><a name="Extending+the+Sample"></a>
+<a name="N10133"></a><a name="Extending+the+Sample"></a>
 <h2 class="h3">Extending the Sample</h2>
 <div class="section">
 <p>It is easy to extend the search sample to display more information about the
@@ -1496,7 +1496,7 @@
 the <tt>search:hit</tt> elements. The code above assumes you only had one
 'title' and one 'summary' per document.</p>
 </div>
-<a name="N1015B"></a><a name="Summary"></a>
+<a name="N1015D"></a><a name="Summary"></a>
 <h2 class="h3">Summary</h2>
 <div class="section">
 <p>This document gives an overview of the components for using an indexing, and

Modified: cocoon/site/site/2.1/userdocs/core/image-reader.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/core/image-reader.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/image-reader.html (original)
+++ cocoon/site/site/2.1/userdocs/core/image-reader.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/core/resource-reader.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/core/resource-reader.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/resource-reader.html (original)
+++ cocoon/site/site/2.1/userdocs/core/resource-reader.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html (original)
+++ cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1391,25 +1391,25 @@
 attribute.</p>
 <a name="N100C8"></a><a name="Effect+on+Object+Model+and+Sitemap+Parameters"></a>
 <h3 class="h4">Effect on Object Model and Sitemap Parameters</h3>
-<p>See a detailed discussion in <a href="../../../2.1/userdocs/default/wildcarduri-matcher.html">WildcardURIMatcher</a>
+<p>See a detailed discussion in <a description="" href="../../../2.1/userdocs/default/wildcarduri-matcher.html">WildcardURIMatcher</a>
 </p>
 </div>
-<a name="N100D1"></a><a name="Bugs%2FCaveats"></a>
+<a name="N100D2"></a><a name="Bugs%2FCaveats"></a>
 <h2 class="h3">Bugs/Caveats</h2>
 <div class="section">
 <p>The use of <tt>parameter-name</tt> instead of <tt>header-name</tt> is
 deprecated.</p>
 </div>
-<a name="N100DD"></a><a name="History"></a>
+<a name="N100DE"></a><a name="History"></a>
 <h2 class="h3">History</h2>
 <div class="section">
 <p>12-28-02: initial creation</p>
 </div>
-<a name="N100E3"></a><a name="See+also"></a>
+<a name="N100E4"></a><a name="See+also"></a>
 <h2 class="h3">See also</h2>
 <div class="section">
 <p>A general documentation about matchers is available at
-<a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
+<a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
 <p>For a reference of available header names see
 <a class="external" href="http://www.ietf.org/rfc/rfc2068.txt">RFC 2068</a>, especially if
 Cocoon's run time environment is an http servlet environment.</p>

Modified: cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html (original)
+++ cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1481,7 +1481,7 @@
 <h2 class="h3">See also</h2>
 <div class="section">
 <p>A general documentation about matchers is available at
-<a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
+<a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
 <div class="daisy-edit-link">
 <p>
 <em>Errors and Improvements?</em>

Modified: cocoon/site/site/2.1/userdocs/database-actions.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/database-actions.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/database-actions.html (original)
+++ cocoon/site/site/2.1/userdocs/database-actions.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1274,9 +1274,9 @@
   
     </pre>
 <p>Describes a single table named "employee". In addition a database connection
-is specified. See <a href="../../2.1/developing/datasources.html">here</a> for more information on database
+is specified. See <a description="" href="../../2.1/developing/datasources.html">here</a> for more information on database
 connections.</p>
-<a name="N10034"></a><a name="Key+Columns"></a>
+<a name="N10035"></a><a name="Key+Columns"></a>
 <h4>Key Columns</h4>
 <p>Tables may or may not have key columns. A key column is a column that is part
 of the primary key. Actually, candidate keys should do as well.</p>
@@ -1301,7 +1301,7 @@
 prefixed with the class name.</p>
 <p>Key values will be propagated to sitemap variables and - prefixed with the
 class name - request attributes.</p>
-<a name="N10063"></a><a name="Other+Columns"></a>
+<a name="N10064"></a><a name="Other+Columns"></a>
 <h4>Other Columns</h4>
 <p>All other columns are contained in a <tt>values</tt> child element of the
 <tt>table</tt> element. Each column has a <tt>value</tt> element to define its
@@ -1315,7 +1315,7 @@
 <p>Value columns are propagated to request attributes with class name prefix.
 They are not available for the sitemap.</p>
 </div>
-<a name="N1007F"></a><a name="Modular+Database+Actions"></a>
+<a name="N10080"></a><a name="Modular+Database+Actions"></a>
 <h2 class="h3">Modular Database Actions</h2>
 <div class="section">
 <p>The modular database actions were mainly created to make auto increment
@@ -1325,7 +1325,7 @@
 change the descriptor file format in incompatible ways.</p>
 <p>It can be configured if an exception will be thrown when an error occurs.
 </p>
-<a name="N1008A"></a><a name="Describing+the+Structure+of+your+DB+-+descriptor.xml-N1008A"></a>
+<a name="N1008B"></a><a name="Describing+the+Structure+of+your+DB+-+descriptor.xml-N1008B"></a>
 <h3 class="h4">Describing the Structure of your DB - descriptor.xml</h3>
 <p>Like the original actions, the modular actions need meta data in an XML file.
 However, that file may contain any number of tables, not just the ones needed
@@ -1333,7 +1333,7 @@
 <tt>table-set</tt>. Unknown elements and attributes are ignored. This way a
 descriptor file can be shared with other actions like the form validator.</p>
 <p>For the flexible input and output handling, the modular database actions rely
-on <a href="../../2.1/userdocs/concepts/modules.html">modules</a>. Have a look at those before proceeding.</p>
+on <a description="" href="../../2.1/userdocs/concepts/modules.html">modules</a>. Have a look at those before proceeding.</p>
 <p>The following is a snippet from a descriptor file.</p>
 <pre>
 
@@ -1362,7 +1362,7 @@
 <p>Another application of aliases if different numbers of columns should be
 affected by an operation. or if a table contains several candidate keys that are
 used alternatively. This way, different views to a table can be created.</p>
-<a name="N100B0"></a><a name="Key+Columns-N100B0"></a>
+<a name="N100B2"></a><a name="Key+Columns-N100B2"></a>
 <h4>Key Columns</h4>
 <p>The descriptor file resembles the one for the original actions. One major
 difference is the absence of <tt>dbcol</tt> and <tt>param</tt> attributes.
@@ -1378,11 +1378,11 @@
 actions default to the module defined as <tt>request</tt> which is in a default
 installation to obtain the values from request parameters. The name of the
 parameter defaults to table name dot column name.</p>
-<a name="N100D1"></a><a name="Other+Columns-N100D1"></a>
+<a name="N100D3"></a><a name="Other+Columns-N100D3"></a>
 <h4>Other Columns</h4>
 <p>Apart from the fact that the auto increment columns are only supported for
 key columns, everything said above applies to value columns as well.</p>
-<a name="N100D7"></a><a name="Operation+Mode+Types"></a>
+<a name="N100D9"></a><a name="Operation+Mode+Types"></a>
 <h4>Operation Mode Types</h4>
 <p>Basically, two different mode types exist: <tt>autoincrement</tt> which is
 used whenever data shall be inserted into a table and this particular key column
@@ -1395,13 +1395,13 @@
 <p>One special mode type name exists that matches all requested ones:
 <tt>all</tt> This makes it easier to configure only some columns differently for
 each table-set.</p>
-<a name="N100EA"></a><a name="How+to+obtain+Values"></a>
+<a name="N100EC"></a><a name="How+to+obtain+Values"></a>
 <h4>How to obtain Values</h4>
 <p>As said above, these actions default to reading from request parameters with
 a default parameter name. By specifying <tt>mode</tt> elements, this can be
 overridden. Any component that implements the <tt>InputModule</tt> interface can
 be used to obtain values. How to make such modules known to Apache Cocoon is
-described <a href="../../2.1/userdocs/concepts/modules.html">elsewhere</a>.</p>
+described <a description="" href="../../2.1/userdocs/concepts/modules.html">elsewhere</a>.</p>
 <p>Beside using different input modules, their parameters can be set in place,
 for example to override parameter names, configure a random generator or a
 message digest algorithm.</p>
@@ -1442,7 +1442,7 @@
 that carries the type name "all" is used with all requested type names. Lookup
 obeys first match principle so that all modes are tested from top to bottom and
 the first that matches is used.</p>
-<a name="N10116"></a><a name="How+to+store+Values+e.g.+in+your+Session"></a>
+<a name="N10119"></a><a name="How+to+store+Values+e.g.+in+your+Session"></a>
 <h4>How to store Values e.g. in your Session</h4>
 <p>All modular database action can be configured to use any component that
 implements the <tt>OutputModule</tt> interface to store values. The output
@@ -1452,7 +1452,7 @@
 <p>The interface does not allow to pass configuration information to the output
 module. This has to be done when the module is declared e.g. in cocoon.xconf.
 </p>
-<a name="N10121"></a><a name="Inserting+Multiple+Rows+-+Sets"></a>
+<a name="N10124"></a><a name="Inserting+Multiple+Rows+-+Sets"></a>
 <h4>Inserting Multiple Rows - Sets</h4>
 <p>Once common task is to work on more than one row. If the rows are in
 different tables, this is catered for by table-sets. Operating on multiple rows
@@ -1465,7 +1465,7 @@
 set attribute. There may be only one master in a set.</p>
 <p>Sets can be tagged either on column or on mode level but not both for a
 single column.</p>
-<a name="N10134"></a><a name="Select+Your+Tables+-+Table-Sets"></a>
+<a name="N10137"></a><a name="Select+Your+Tables+-+Table-Sets"></a>
 <h4>Select Your Tables - Table-Sets</h4>
 <p>Tables that should be used during an operation can be grouped together with a
 table-set. A table-set references tables by their name or their alias.</p>

Modified: cocoon/site/site/2.1/userdocs/default/browser-selector.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/browser-selector.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/browser-selector.html (original)
+++ cocoon/site/site/2.1/userdocs/default/browser-selector.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1418,7 +1418,7 @@
 <h2 class="h3">See also</h2>
 <div class="section">
 <p>A general documentation about selectors is available at
-<a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
+<a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
 <div class="daisy-edit-link">
 <p>
 <em>Errors and Improvements?</em>

Modified: cocoon/site/site/2.1/userdocs/default/file-generator.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/file-generator.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/file-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/default/file-generator.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1229,7 +1229,7 @@
      
 </pre>
 <p>You can also use an absolute filesystem pathname. See the explanation of
-<a href="../../../2.1/userdocs/concepts/sitemap/../sitemap.html#file-url">file: URLs</a>
+<a description="" href="../../../2.1/userdocs/concepts/sitemap/../sitemap.html#file-url">file: URLs</a>
 </p>
 <p>Be careful to only request xml or xhtml documents, and not html documents.
 You would get surprising results, including network trips for HTML DTDs that are

Modified: cocoon/site/site/2.1/userdocs/default/html-serializer.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/html-serializer.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/html-serializer.html (original)
+++ cocoon/site/site/2.1/userdocs/default/html-serializer.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1379,7 +1379,7 @@
 should be treated case-insensitively. The value must only contain characters in
 the range #x21 to #x7E (i.e., printable ASCII characters). The value should
 either be a <tt>charset</tt> registered with the Internet Assigned Numbers
-Authority <a href="#IANA">[IANA]</a>, <a href="#RFC2278">[RFC2278]</a> or start
+Authority <a description="" href="#IANA">[IANA]</a>, <a description="" href="#RFC2278">[RFC2278]</a> or start
 with <tt>X-</tt>. See <a class="external" href="http://www.w3.org/TR/xslt#output">section 16 of
 the XSL Transformations (XSLT) W3C Recommendation</a>
 </p>
@@ -1533,7 +1533,7 @@
 ignored.</div>
 </div>
 <p>The HTML Serializer sets the <tt>method</tt> property to <tt>html</tt>.</p>
-<a name="N10163"></a><a name="Pipeline+Usage"></a>
+<a name="N1016D"></a><a name="Pipeline+Usage"></a>
 <h3 class="h4">Pipeline Usage</h3>
 <pre>
 ...
@@ -1543,7 +1543,7 @@
 &lt;map:serialize type="html"/&gt;
 ...
       </pre>
-<a name="N10169"></a><a name="Further+Reading"></a>
+<a name="N10173"></a><a name="Further+Reading"></a>
 <h3 class="h4">Further Reading</h3>
 <div class="daisy-edit-link">
 <p>

Modified: cocoon/site/site/2.1/userdocs/default/resource-reader.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/resource-reader.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/resource-reader.html (original)
+++ cocoon/site/site/2.1/userdocs/default/resource-reader.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/default/wildcarduri-matcher.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/wildcarduri-matcher.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/wildcarduri-matcher.html (original)
+++ cocoon/site/site/2.1/userdocs/default/wildcarduri-matcher.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1481,7 +1481,7 @@
 <h2 class="h3">See also</h2>
 <div class="section">
 <p>A general documentation about matchers is available at
-<a href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
+<a description="" href="../../../2.1/userdocs/concepts/matchers_selectors.html">Matchers and Selectors</a>.</p>
 <div class="daisy-edit-link">
 <p>
 <em>Errors and Improvements?</em>

Modified: cocoon/site/site/2.1/userdocs/default/xslt-transformer.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/default/xslt-transformer.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/xslt-transformer.html (original)
+++ cocoon/site/site/2.1/userdocs/default/xslt-transformer.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/directory-generator.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/directory-generator.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/directory-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/directory-generator.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1309,7 +1309,7 @@
 
 </ul>
 </div>
-<a name="N100A9"></a><a name="DTD"></a>
+<a name="N100AA"></a><a name="DTD"></a>
 <h2 class="h3">DTD</h2>
 <div class="section">
 <p>XML generated by Directory Generator uses namespace
@@ -1334,7 +1334,7 @@
     size         CDATA #REQUIRED&gt;
       </pre>
 </div>
-<a name="N100B4"></a><a name="Example"></a>
+<a name="N100B5"></a><a name="Example"></a>
 <h2 class="h3">Example</h2>
 <div class="section">
 <p>The current Directory Generator may generate following xml:</p>

Modified: cocoon/site/site/2.1/userdocs/encodeurl-transformer.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/encodeurl-transformer.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/encodeurl-transformer.html (original)
+++ cocoon/site/site/2.1/userdocs/encodeurl-transformer.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/error-generator.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/error-generator.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/error-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/error-generator.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/extractor-generator.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/extractor-generator.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/extractor-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/extractor-generator.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/extractor-transformer.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/extractor-transformer.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/extractor-transformer.html (original)
+++ cocoon/site/site/2.1/userdocs/extractor-transformer.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>

Modified: cocoon/site/site/2.1/userdocs/file-generator.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/file-generator.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/file-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/file-generator.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>
@@ -1229,7 +1229,7 @@
      
 </pre>
 <p>You can also use an absolute filesystem pathname. See the explanation of
-<a href="../../2.1/userdocs/concepts/sitemap/../sitemap.html#file-url">file: URLs</a>
+<a description="" href="../../2.1/userdocs/concepts/sitemap/../sitemap.html#file-url">file: URLs</a>
 </p>
 <p>Be careful to only request xml or xhtml documents, and not html documents.
 You would get surprising results, including network trips for HTML DTDs that are

Modified: cocoon/site/site/2.1/userdocs/filter-transformer.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.1/userdocs/filter-transformer.html?view=diff&rev=462716&r1=462715&r2=462716
==============================================================================
--- cocoon/site/site/2.1/userdocs/filter-transformer.html (original)
+++ cocoon/site/site/2.1/userdocs/filter-transformer.html Tue Oct 10 23:54:57 2006
@@ -61,7 +61,7 @@
     +-->
 <ul id="tabs">
 <li>
-<a class="base-not-selected" href="http://cocoon.apache.org/">Home</a>
+<a class="unselected" href="http://cocoon.apache.org/">Home</a>
 </li>
 </ul>
 <!--+
@@ -1161,13 +1161,13 @@
 <a href="../../2.1/who.html">Hall of Fame</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/contrib.html">Contributing</a>
+<a href="../../2.1/1177.html">Contributing</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-lists.html">Mail Lists</a>
+<a href="../../2.1/1175.html">Mail Lists</a>
 </div>
 <div class="menuitem">
-<a href="http://cocoon.apache.org/community/mail-archives.html">Mail Archives</a>
+<a href="../../2.1/1171.html">Mail Archives</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.5', '../../skin/')" id="menu_1.5Title" class="menutitle">Project</div>