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/02/15 07:36:23 UTC

svn commit: r377949 [8/21] - 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/ sn...

Modified: cocoon/site/site/2.1/userdocs/concepts/catalog.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/catalog.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/catalog.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/catalog.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -1297,7 +1295,7 @@
 
 </ul>
 </div>
-<a name="N1005C"></a><a name="Background"></a>
+<a name="N1005C"></a><a name="background"></a>
 <h2 class="h3">Background</h2>
 <div class="section">
 <p>The following article eloquently describes the need for all parsers and XML
@@ -1311,7 +1309,7 @@
 for <tt>resolver</tt> that have further information. However, you do not need to
 know the gory details to understand catalogs and configure them.)</p>
 </div>
-<a name="N10072"></a><a name="Demonstration+%231"></a>
+<a name="N10073"></a><a name="demo1"></a>
 <h2 class="h3">Demonstration #1</h2>
 <div class="section">
 <p>This snippet from an XML instance shows the Document Type Declaration. Notice
@@ -1334,14 +1332,14 @@
 an off-line server then it is always broken because it cannot retrieve the
 network-based resources.</p>
 </div>
-<a name="N1007C"></a><a name="Catalogs+overview"></a>
+<a name="N1007E"></a><a name="cat"></a>
 <h2 class="h3">Catalogs overview</h2>
 <div class="section">
 <p>As the Walsh document explained, the secrets to entity resolution are the
 public identifiers, system identifiers, and the catalog to map between them.
 Here we provide an overview and show an example catalog which we will then use
 with the <a href="#demo2">Demonstration #2</a> below.</p>
-<a name="N10086"></a><a name="External+entity+declarations"></a>
+<a name="N10089"></a><a name="External+entity+declarations"></a>
 <h3 class="h4">External entity declarations</h3>
 <p>To define an external entity in an XML instance document, you must provide an
 external declaration consisting of at least a <strong>system identifier</strong>
@@ -1362,7 +1360,7 @@
 this ... <tt>%ISOnum;</tt>)</p>
 <p>None of those system identifiers looks reliable or easily managed. Use a
 catalog to make them so.</p>
-<a name="N1009E"></a><a name="Simple+example+catalog"></a>
+<a name="N100A1"></a><a name="Simple+example+catalog"></a>
 <h3 class="h4">Simple example catalog</h3>
 <p>The <tt>catalog</tt> maps public identifiers to their corresponding physical
 locations. The catalog entries in an OASIS catalog are a simple
@@ -1435,10 +1433,10 @@
 catalogs), then Cocoon will carry on to retrieve the resource using the original
 declared system identifier.</p>
 </div>
-<a name="N100D1"></a><a name="Demonstration+%232"></a>
+<a name="N100D4"></a><a name="demo2"></a>
 <h2 class="h3">Demonstration #2</h2>
 <div class="section">
-<p>See catalogs in action with the <a href="../../../2.1/">Cocoon
+<p>See catalogs in action with the <a href="../../../2.1/overview.html#samples">Cocoon
 Samples</a> The demonstration intends to be self-documenting. The top-level XML
 instance describes its role, and each included external entity reports how it
 came into being. This example builds upon the example provided by the Walsh
@@ -1530,7 +1528,7 @@
 filesystem.
 </pre>
 </div>
-<a name="N100EC"></a><a name="Default+configuration"></a>
+<a name="N100F0"></a><a name="default"></a>
 <h2 class="h3">Default configuration</h2>
 <div class="section">
 <p>A default catalog and some base entities (e.g. ISO*.pen character entity
@@ -1541,12 +1539,12 @@
 output when Cocoon starts and operates. You would also do this to detect any
 misconfiguration of your own catalogs.</p>
 </div>
-<a name="N100FA"></a><a name="Local+configuration"></a>
+<a name="N100FF"></a><a name="config"></a>
 <h2 class="h3">Local configuration</h2>
 <div class="section">
 <p>You can extend the default configuration to include local catalogs for
 site-specific requirements. This is achieved via various means.</p>
-<a name="N10100"></a><a name="Using+cocoon.xconf"></a>
+<a name="N10106"></a><a name="Using+cocoon.xconf"></a>
 <h3 class="h4">Using cocoon.xconf</h3>
 <p>Parameters (properties) for the resolver component can be specified in the
 <tt>src/webapp/WEB-INF/cocoon.xconf</tt> configuration file. See the detailed
@@ -1567,7 +1565,7 @@
 to 10 detailed log messages.</li>
 
 </ul>
-<a name="N1011A"></a><a name="Using+CatalogManager.properties"></a>
+<a name="N10120"></a><a name="Using+CatalogManager.properties"></a>
 <h3 class="h4">Using CatalogManager.properties</h3>
 <p>An annotated <tt>CatalogManager.properties</tt> file is included with the
 distribution - modify it to suit your needs. You can add your own local catalogs
@@ -1584,13 +1582,13 @@
 will be received (verbosity level is zero by default).</p>
 <p>That may truly be the intention, and not just a configuration mistake. You
 can still use <tt>cocoon.xconf</tt> to effect your local configuration.</p>
-<a name="N10135"></a><a name="Resolver+directives+inside+your+catalog+file"></a>
+<a name="N1013B"></a><a name="Resolver+directives+inside+your+catalog+file"></a>
 <h3 class="h4">Resolver directives inside your catalog file</h3>
 <p>The actual "catalog" files have a powerful set of directives. For example,
 the <strong>CATALOG</strong> directive facilitates the inclusion of a
 sub-ordinate catalog. The list of resources below will lead to
 <a href="#info">further information</a> about catalog usage.</p>
-<a name="N10142"></a><a name="Example+local+configuration+for+Simplified+DocBook"></a>
+<a name="N10148"></a><a name="Example+local+configuration+for+Simplified+DocBook"></a>
 <h3 class="h4">Example local configuration for Simplified DocBook</h3>
 <p>We use the Simplified DocBook XML DTD for some of our documentation. Here are
 the few steps that we followed to configure Cocoon to be able to process our XML
@@ -1626,7 +1624,7 @@
 <p>There are a few important starting points for <a href="#info">further
 information</a> about using and configuring the DocBook DTDs.</p>
 </div>
-<a name="N10172"></a><a name="Implementation+notes"></a>
+<a name="N10178"></a><a name="imp"></a>
 <h2 class="h3">Implementation notes</h2>
 <div class="section">
 <p>The SAX <tt>Parser</tt> interface provides an <tt>entityResolver</tt> hook to
@@ -1646,7 +1644,7 @@
 by applying properties from the <tt>CatalogManager.properties</tt> file and then
 further configuration from <tt>WEB-INF/cocoon.xconf</tt> parameters.</p>
 </div>
-<a name="N101A3"></a><a name="Debugging+the+resolver+configuration"></a>
+<a name="N101AA"></a><a name="debug"></a>
 <h2 class="h3">Debugging the resolver configuration</h2>
 <div class="section">
 <p>Raise the verbosity level as described in cocoon.xconf and watch the messages
@@ -1657,7 +1655,7 @@
 it from the specified location. Use a packet watching tool like "ngrep" to see
 the HTTP request for the resource.</p>
 </div>
-<a name="N101AB"></a><a name="Development+notes"></a>
+<a name="N101B3"></a><a name="dev"></a>
 <h2 class="h3">Development notes</h2>
 <div class="section">
 <ul>
@@ -1668,7 +1666,7 @@
 
 </ul>
 </div>
-<a name="N101B8"></a><a name="Other+notes"></a>
+<a name="N101C1"></a><a name="notes"></a>
 <h2 class="h3">Other notes</h2>
 <div class="section">
 <ul>
@@ -1692,7 +1690,7 @@
 
 </ul>
 </div>
-<a name="N101CB"></a><a name="Summary"></a>
+<a name="N101D5"></a><a name="summ"></a>
 <h2 class="h3">Summary</h2>
 <div class="section">
 <p>Most XML documents that we would want to serve with Cocoon are already in
@@ -1710,7 +1708,7 @@
 documents, complete sub-documents, non-xml data chunks (like images), etc. can
 all be centrally managed and resolved locally.</p>
 </div>
-<a name="N101D5"></a><a name="Further+information"></a>
+<a name="N101E0"></a><a name="info"></a>
 <h2 class="h3">Further information</h2>
 <div class="section">
 <p>Here are some links to documents which extol entity management:</p>

Modified: cocoon/site/site/2.1/userdocs/concepts/databases.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/databases.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/databases.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/databases.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/errorhandling.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/errorhandling.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/errorhandling.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/errorhandling.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/index.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/index.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/index.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/index.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -1260,7 +1258,7 @@
 
 </ul>
 </div>
-<a name="N1003C"></a><a name="Prerequisites"></a>
+<a name="N1003C"></a><a name="pre-requisites"></a>
 <h2 class="h3">Prerequisites</h2>
 <div class="section">
 <p>What You Should know:</p>
@@ -1282,10 +1280,10 @@
 
 </ul>
 </div>
-<a name="N10057"></a><a name="A+Little+History"></a>
+<a name="N10058"></a><a name="a-little-history"></a>
 <h2 class="h3">A Little History</h2>
 <div class="section">
-<a name="N1005B"></a><a name="Cocoon+1"></a>
+<a name="N1005D"></a><a name="Cocoon+1"></a>
 <h3 class="h4">Cocoon 1</h3>
 <ul>
 
@@ -1305,7 +1303,7 @@
 documents/stylesheets.</li>
 
 </ul>
-<a name="N10070"></a><a name="Apache+Cocoon"></a>
+<a name="N10072"></a><a name="Apache+Cocoon"></a>
 <h3 class="h4">Apache Cocoon</h3>
 <ul>
 
@@ -1323,21 +1321,21 @@
 
 </ul>
 </div>
-<a name="N10082"></a><a name="What+problem+does+Cocoon+solve%3F"></a>
+<a name="N10084"></a><a name="what-problems"></a>
 <h2 class="h3">What problem does Cocoon solve?</h2>
 <div class="section">
 <p>Basic problem to be solved:</p>
-<a name="N10088"></a><a name="Separation+of+content%2C+style%2C+logic+and+management+functions+in+an+XML%0Acontent+based+web+site+%28and+web+services%29."></a>
+<a name="N1008B"></a><a name="Separation+of+content%2C+style%2C+logic+and+management+functions+in+an+XML%0Acontent+based+web+site+%28and+web+services%29."></a>
 <h3 class="h4">Separation of content, style, logic and management functions in an XML
 content based web site (and web services).</h3>
 <p>
 <img alt="" src="410.daisy.img"></p>
-<a name="N10090"></a><a name="Data+Mapping"></a>
+<a name="N10093"></a><a name="Data+Mapping"></a>
 <h3 class="h4">Data Mapping</h3>
 <p>
 <img alt="" src="374.daisy.img"></p>
 </div>
-<a name="N10098"></a><a name="Basic+Mechanisms."></a>
+<a name="N1009B"></a><a name="basic-mechanisms"></a>
 <h2 class="h3">Basic Mechanisms.</h2>
 <div class="section">
 <p>Basic mechanisms for processing XML documents:</p>
@@ -1358,7 +1356,7 @@
 </ul>
 <p>
 <img alt="" src="388.daisy.img"></p>
-<a name="N100B3"></a><a name="Pipeline+Processing"></a>
+<a name="N100B7"></a><a name="Pipeline+Processing"></a>
 <h3 class="h4">Pipeline Processing</h3>
 <p>Sequence of Interactions</p>
 <p>
@@ -1367,12 +1365,12 @@
 <p>
 <img alt="" src="367.daisy.img"></p>
 </div>
-<a name="N100C3"></a><a name="Architecture."></a>
+<a name="N100C7"></a><a name="c2-architecture"></a>
 <h2 class="h3">Architecture.</h2>
 <div class="section">
 <p>
 <img alt="" src="386.daisy.img"></p>
-<a name="N100CB"></a><a name="Core+Cocoon"></a>
+<a name="N100D0"></a><a name="Core+Cocoon"></a>
 <h3 class="h4">Core Cocoon</h3>
 <ul>
 
@@ -1389,7 +1387,7 @@
 <li>...</li>
 
 </ul>
-<a name="N100E3"></a><a name="Cocoon+Components"></a>
+<a name="N100E8"></a><a name="Cocoon+Components"></a>
 <h3 class="h4">Cocoon Components</h3>
 <ul>
 
@@ -1404,7 +1402,7 @@
 <li>...</li>
 
 </ul>
-<a name="N100F8"></a><a name="Built-in+Logicsheets"></a>
+<a name="N100FD"></a><a name="Built-in+Logicsheets"></a>
 <h3 class="h4">Built-in Logicsheets</h3>
 <ul>
 
@@ -1421,7 +1419,7 @@
 <li>...</li>
 
 </ul>
-<a name="N10110"></a><a name="Site+specific+configuration%2C+components%2C+logicsheets+and+content"></a>
+<a name="N10115"></a><a name="Site+specific+configuration%2C+components%2C+logicsheets+and+content"></a>
 <h3 class="h4">Site specific configuration, components, logicsheets and content</h3>
 <ul>
 
@@ -1429,10 +1427,10 @@
 
 </ul>
 </div>
-<a name="N10119"></a><a name="Abstraction."></a>
+<a name="N1011E"></a><a name="c2-abstractions"></a>
 <h2 class="h3">Abstraction.</h2>
 <div class="section">
-<a name="N1011D"></a><a name="eXtensible+Server+Pages+%28XSPs%29"></a>
+<a name="N10123"></a><a name="eXtensible+Server+Pages+%28XSPs%29"></a>
 <h3 class="h4">eXtensible Server Pages (XSPs)</h3>
 <p>An XSP page is an XML page with following requirements:</p>
 <ul>
@@ -1469,7 +1467,7 @@
 &lt;/xsp:page&gt;
 </pre>
 <p>An XSP page is used by a generator to generate XML document.</p>
-<a name="N10143"></a><a name="XSP+Processing+%28Code+Generation%29"></a>
+<a name="N10149"></a><a name="XSP+Processing+%28Code+Generation%29"></a>
 <h3 class="h4">XSP Processing (Code Generation)</h3>
 <pre>package org.apache.cocoon.www.docs.samples.xsp;
 
@@ -1495,9 +1493,9 @@
     this.contentHandler.endDocument();
   }
 </pre>
-<a name="N10149"></a><a name="Ways+of+Creating+XSPs"></a>
+<a name="N1014F"></a><a name="Ways+of+Creating+XSPs"></a>
 <h3 class="h4">Ways of Creating XSPs</h3>
-<a name="N1014D"></a><a name="Embedded+Logic"></a>
+<a name="N10153"></a><a name="Embedded+Logic"></a>
 <h4>Embedded Logic</h4>
 <ul>
 
@@ -1510,7 +1508,7 @@
 </ul>
 <p>
 <img alt="" src="408.daisy.img"></p>
-<a name="N10160"></a><a name="Included+Logicsheet"></a>
+<a name="N10166"></a><a name="Included+Logicsheet"></a>
 <h4>Included Logicsheet</h4>
 <ul>
 
@@ -1523,7 +1521,7 @@
 </ul>
 <p>
 <img alt="" src="393.daisy.img"></p>
-<a name="N10173"></a><a name="Logicsheet+as+tag+library"></a>
+<a name="N10179"></a><a name="Logicsheet+as+tag+library"></a>
 <h4>Logicsheet as tag library</h4>
 <ul>
 
@@ -1538,7 +1536,7 @@
 </ul>
 <p>
 <img alt="" src="395.daisy.img"></p>
-<a name="N10189"></a><a name="Sitemap"></a>
+<a name="N1018F"></a><a name="Sitemap"></a>
 <h3 class="h4">Sitemap</h3>
 <pre>&lt;?xml version="1.0"?&gt;
 &lt;map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"&gt;
@@ -1586,7 +1584,7 @@
 <p>Sitemap can be edited to add new elements.</p>
 <p>Sitemap is generated into a program and is compiled into an executable unit.
 </p>
-<a name="N101B1"></a><a name="Matchers"></a>
+<a name="N101B7"></a><a name="Matchers"></a>
 <h3 class="h4">Matchers</h3>
 <p>A Matcher attempts to match an URI with a specified pattern for dispatching
 the request to a specific processing pipeline.</p>
@@ -1615,7 +1613,7 @@
 &lt;map:match pattern="hello.pdf"&gt;
 &lt;/map:match
 </pre>
-<a name="N101CD"></a><a name="Generators"></a>
+<a name="N101D3"></a><a name="Generators"></a>
 <h3 class="h4">Generators</h3>
 <p>A Generator is used to create an XML structure from an input source (file,
 directory, stream ...)</p>
@@ -1666,7 +1664,7 @@
 <p>An XSP generator applies all the logicsheets specified in the source XML file
 before generating the program.</p>
 <p>Generators cache the compiled programs for better runtime efficiency.</p>
-<a name="N101FD"></a><a name="Transformers"></a>
+<a name="N10203"></a><a name="Transformers"></a>
 <h3 class="h4">Transformers</h3>
 <p>A Transformer is used to map an input XML structure into another XML
 structure.</p>
@@ -1704,7 +1702,7 @@
  &lt;map:serialize type="html"/&gt;
 &lt;/map:match&gt;
 </pre>
-<a name="N10222"></a><a name="Serializers"></a>
+<a name="N10228"></a><a name="Serializers"></a>
 <h3 class="h4">Serializers</h3>
 <p>A Serializer is used to render an input XML structure into some other format
 (not necessarily XML)</p>
@@ -1747,7 +1745,7 @@
     &lt;map:serialize type="html"/&gt;
    &lt;/map:match&gt;
 </pre>
-<a name="N10245"></a><a name="Pipeline+Processing-N10245"></a>
+<a name="N1024B"></a><a name="Pipeline+Processing-N1024B"></a>
 <h3 class="h4">Pipeline Processing</h3>
 <p>The sitemap configuration allows dynamic setup of processing pipelines
 consisting of a generator, multiple transformers and a serializer.</p>
@@ -1758,7 +1756,7 @@
 <tt>sitemap.xmap</tt> is modified.</p>
 <p>
 <img alt="" src="352.daisy.img"></p>
-<a name="N10259"></a><a name="Logicsheets"></a>
+<a name="N1025F"></a><a name="Logicsheets"></a>
 <h3 class="h4">Logicsheets</h3>
 <p>Logicsheets are XSL files with an associated namespace.</p>
 <p>Primary mechanism to add program logic (code) to XSPs.</p>
@@ -1816,7 +1814,7 @@
 &lt;/xsp:page&gt;
 </pre>
 </div>
-<a name="N10286"></a><a name="Apache+Cocoon+Configuration."></a>
+<a name="N1028C"></a><a name="cocoon-configuration"></a>
 <h2 class="h3">Apache Cocoon Configuration.</h2>
 <div class="section">
 <p>Cocoon is highly configurable. Main configuration files, assuming Cocoon
@@ -1845,7 +1843,7 @@
 
 </ul>
 </div>
-<a name="N102AB"></a><a name="Apache+Cocoon+Work+Area"></a>
+<a name="N102B2"></a><a name="work-area"></a>
 <h2 class="h3">Apache Cocoon Work Area</h2>
 <div class="section">
 <p>Cocoon produces execution log entries for debugging/auditing.</p>
@@ -1867,7 +1865,7 @@
 <p>Files created by LogTransformer are kept (by default) in
 <tt>$TOMCAT_HOME</tt> directory.</p>
 </div>
-<a name="N102CA"></a><a name="Use+with+Tomcat"></a>
+<a name="N102D2"></a><a name="use-with-tomcat"></a>
 <h2 class="h3">Use with Tomcat</h2>
 <div class="section">
 <p>Download Tomcat from Apache site.</p>

Modified: cocoon/site/site/2.1/userdocs/concepts/matchers_selectors.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/matchers_selectors.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/matchers_selectors.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/matchers_selectors.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/modules-ref.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/modules-ref.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/modules-ref.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/modules-ref.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -1613,7 +1611,29 @@
 </tbody>
 
 </table>
-<a name="N1017E"></a><a name="LocateResource"></a>
+<p>For an example, let us assume we have a Java object called "user" in the
+session. We can get the username from this object via its getUsername() method.
+We want to be able to get at this username from the sitemap. So, in
+cocoon.xconf:</p>
+<pre>&lt;input-modules&gt;
+  ...
+  &lt;component-instance 
+     class="org.apache.cocoon.components.modules.input.JXPathMetaModule" 
+     logger="core.modules.input" 
+     name="user-attr"&gt;
+    &lt;input-module name="session-attr"/&gt;
+    &lt;parameter&gt;user&lt;/parameter&gt;
+  &lt;/component-instance&gt;
+  ...
+&lt;/input-modules&gt;
+</pre>
+<p>Then, in our sitemap, we can say:</p>
+<pre>&lt;map:read src="home/{user-attr:username}/somefile.xml"/&gt;
+</pre>
+<p>Thus the <tt>{user-attr:username}</tt> code will effectively return
+<tt>{session.getAttribute("user").getUsername().</tt>
+</p>
+<a name="N1018D"></a><a name="LocateResource"></a>
 <h3 class="h4">LocateResource</h3>
 <p>Locate a resource in a resource tree. Any attribute name is interpreted as a
 URI with the last part being the resource name unless it ends with a slash. The
@@ -1632,7 +1652,7 @@
 <p>The getAttribute() method will return the URI for the first match while
 getAttributeValues() will return an array of all existing paths.
 getAttributeNames() will return an Iterator to an empty collection.</p>
-<a name="N1018A"></a><a name="MapMetaModule"></a>
+<a name="N10199"></a><a name="MapMetaModule"></a>
 <h3 class="h4">MapMetaModule</h3>
 <p>Meta module that obtains an Object from another module, assumes that this
 Object implements the java.util.Map interface, and gives access to the map
@@ -1641,7 +1661,7 @@
 <a href="http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/JXPathMetaModule.html">JXPathMetaModule</a>.
 </p>
 <p>Configuration: "input-module", "object", "parameter"</p>
-<a name="N10196"></a><a name="NamingInputModule"></a>
+<a name="N101A5"></a><a name="NamingInputModule"></a>
 <h3 class="h4">NamingInputModule</h3>
 <p>NamingInputModule accesses values stored in the JNDI context.</p>
 <p>This module accept any configuration parameters and passes them as properties
@@ -1663,13 +1683,13 @@
      &lt;env-entry-type&gt;java.lang.String&lt;/env-entry-type&gt;
    &lt;/env-entry&gt;
 </pre>
-<a name="N101AA"></a><a name="NullInputModule"></a>
+<a name="N101B9"></a><a name="NullInputModule"></a>
 <h3 class="h4">NullInputModule</h3>
 <p>NullInputModule returns a null object. Use this if you want to explicitly
 forbid a parameter to be filled. E.g. a database column shall be filled with a
 default value, your forms never contain that parameter but you don't want anyone
 to provide this parameter manually.</p>
-<a name="N101B0"></a><a name="PortletURLModule"></a>
+<a name="N101BF"></a><a name="PortletURLModule"></a>
 <h3 class="h4">PortletURLModule</h3>
 <p>Input module to be used in together with
 <a href="http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/transformation/LinkRewriterTransformer.html">LinkRewriterTransformer</a>
@@ -1686,17 +1706,17 @@
 </ul>
 <p>Outside of portlet environment, prefixes (portlet:action:, portlet:render:,
 portlet:resource:) are omitted.</p>
-<a name="N101C7"></a><a name="PropertiesFileModule"></a>
+<a name="N101D6"></a><a name="PropertiesFileModule"></a>
 <h3 class="h4">PropertiesFileModule</h3>
 <p>Input module for accessing properties in a properties file.</p>
 <p>The properties file can only be configured statically and is resolved via the
 SourceResolver system.</p>
-<a name="N101CF"></a><a name="RandomNumberModule"></a>
+<a name="N101DE"></a><a name="RandomNumberModule"></a>
 <h3 class="h4">RandomNumberModule</h3>
 <p>RandomNumberModule returns a random number as a string. Configuration through
 child elements: "min", "max" setting range of random number. Defaults to "0" and
 "9999999999" respectively.</p>
-<a name="N101D5"></a><a name="RawRequestParameterModule"></a>
+<a name="N101E4"></a><a name="RawRequestParameterModule"></a>
 <h3 class="h4">RawRequestParameterModule</h3>
 <p>This module allows access to "raw" request parameters and their values.</p>
 <p>Values returned are "URL Encoded", meaning if a parameter is submitted as
@@ -1733,18 +1753,18 @@
 up sending a space character to the remote service, which would be an error,
 since <a class="external" href="http://www.faqs.org/rfcs/rfc1738.html">RFC 1738</a> requires
 spaces and other special characters to be correctly encoded.</p>
-<a name="N101FC"></a><a name="RealPathModule"></a>
+<a name="N1020C"></a><a name="RealPathModule"></a>
 <h3 class="h4">RealPathModule</h3>
 <p>RealPathModule provides a real filesystem path for a virtual context-relative
 path. If this mapping cannot be performed (e.g. Cocoon is running in a .war
 file), null will be returned.</p>
-<a name="N10202"></a><a name="RequestAttributeModule"></a>
+<a name="N10212"></a><a name="RequestAttributeModule"></a>
 <h3 class="h4">RequestAttributeModule</h3>
 <p>RequestAttributeModule accesses request attributes. If the attribute name
 contains an asterisk "*" this is considered a wildcard and all attributes that
 would match this wildcard are considered to be part of an array of that name for
 getAttributeValues. Only one "*" is allowed.</p>
-<a name="N10208"></a><a name="RequestModule"></a>
+<a name="N10218"></a><a name="RequestModule"></a>
 <h3 class="h4">RequestModule</h3>
 <p>RequestModule provides access to Request object properties. To get access to
 request properties use XPath syntax, e.g. to get the request context path use
@@ -1754,7 +1774,7 @@
 <p>will return the name property of the Principal object returned by the
 request.getUserPrincipal() method. If requested object is not found then an
 exception will be thrown.</p>
-<a name="N10214"></a><a name="RequestParameterModule"></a>
+<a name="N10224"></a><a name="RequestParameterModule"></a>
 <h3 class="h4">RequestParameterModule</h3>
 <p>This module allows access to request parameters. Values returned are "URL
 Decoded". That is, if a request parameter is submitted as <tt>foo+bar</tt>, you
@@ -1791,7 +1811,7 @@
 <p>Directly passing request parameters for file access can be dangerous.
 Remember to follow basic webapp safety rules when designing your pipelines, and
 when passing around request parameters.</p>
-<a name="N10237"></a><a name="RequestURIModule"></a>
+<a name="N10248"></a><a name="RequestURIModule"></a>
 <h3 class="h4">RequestURIModule</h3>
 <p>Returns the URI of the request.</p>
 <p>If you are familliar with Avalon and Cocoon's component architecture, the
@@ -1821,7 +1841,7 @@
 "sitemapURI" to the request module. Therefore this component is not declared in
 cocoon.xconf by default. You must manually add it.</div>
 </div>
-<a name="N10255"></a><a name="SelectMetaInputModule"></a>
+<a name="N10266"></a><a name="SelectMetaInputModule"></a>
 <h3 class="h4">SelectMetaInputModule</h3>
 <p>
 <strong>Configuration</strong>
@@ -1931,13 +1951,13 @@
 </tbody>
 
 </table>
-<a name="N102C5"></a><a name="SessionAttributeModule"></a>
+<a name="N102D6"></a><a name="SessionAttributeModule"></a>
 <h3 class="h4">SessionAttributeModule</h3>
 <p>essionAttributeModule accesses session attributes. If the attribute name
 contains an asterisk "*" this is considered a wildcard and all attributes that
 would match this wildcard are considered to be part of an array of that name for
 getAttributeValues. Only one "*" is allowed.</p>
-<a name="N102CB"></a><a name="SessionModule"></a>
+<a name="N102DC"></a><a name="SessionModule"></a>
 <h3 class="h4">SessionModule</h3>
 <p>SessionModule provides access to Session object properties. To get access to
 session properties use XPath syntax, e.g. to get the session id use 'id' as the
@@ -1946,7 +1966,7 @@
 <pre> 'substring(id, 8)' </pre>
 <p>will return the substring of id property of the session object.
 <strong>NOTE:</strong> The module does not create a new session.</p>
-<a name="N102DA"></a><a name="SimpleMappingMetaModule"></a>
+<a name="N102EB"></a><a name="SimpleMappingMetaModule"></a>
 <h3 class="h4">SimpleMappingMetaModule</h3>
 <p>Meta module that obtains values from an other module and by replacing the
 requested attribute name with another name. This is done first through a
@@ -1964,15 +1984,15 @@
 dropped.</p>
 <p>Similarily, rm-prefix and rm-suffix will be removed from the attribute name.
 </p>
-<a name="N102E8"></a><a name="SitemapVariableHolder"></a>
+<a name="N102F9"></a><a name="SitemapVariableHolder"></a>
 <h3 class="h4">SitemapVariableHolder</h3>
 <p>This "component" is a trick to get global variables on a per sitemap base.
 </p>
-<a name="N102EE"></a><a name="StringConstantModule"></a>
+<a name="N102FF"></a><a name="StringConstantModule"></a>
 <h3 class="h4">StringConstantModule</h3>
 <p>StringConstantModule returns a constant string. Constant must be the only
 content of the configuration object.</p>
-<a name="N102F4"></a><a name="SystemPropertyModule"></a>
+<a name="N10305"></a><a name="SystemPropertyModule"></a>
 <h3 class="h4">SystemPropertyModule</h3>
 <p>SystemPropertyModule is an JXPath based InputModule implementation that
 provides access to system properties. Available system properties are defined by
@@ -1982,7 +2002,7 @@
 security manager, its checkPropertiesAccess method is called with no arguments.
 This may result in a security exception which is wrapped into a configuration
 exception and re-thrown.</p>
-<a name="N102FE"></a><a name="URLDecodeModule"></a>
+<a name="N1030F"></a><a name="URLDecodeModule"></a>
 <h3 class="h4">URLDecodeModule</h3>
 <p>This module provides functionality for converting a String from the
 application/x-www-form-urlencoded MIME format. It is useful for example for
@@ -1990,7 +2010,7 @@
 <pre>&lt;map:generate src="http://remote/page?param1={url-decode:{request-param:param1}}"/&gt;</pre>
 <p>Module configuration takes only one configuration parameter: "encoding" which
 is a target string encoding. This is utf-8 by default.</p>
-<a name="N10308"></a><a name="URLEncodeModule"></a>
+<a name="N10319"></a><a name="URLEncodeModule"></a>
 <h3 class="h4">URLEncodeModule</h3>
 <p>This module provides functionality for converting a String to the
 application/x-www-form-urlencoded MIME format. It is useful for example for
@@ -1998,7 +2018,7 @@
 <pre>&lt;map:generate src="http://remote/page?param1={url-encode:{request-param:param1}}"/&gt;</pre>
 <p>Module configuration takes only one configuration parameter: "encoding" which
 is a target string encoding. This is utf-8 by default.</p>
-<a name="N10312"></a><a name="XMLFileModule"></a>
+<a name="N10323"></a><a name="XMLFileModule"></a>
 <h3 class="h4">XMLFileModule</h3>
 <p>This module provides an Input Module interface to any XML document, by using
 XPath expressions as attribute keys. The XML can be obtained from any Cocoon
@@ -2014,7 +2034,7 @@
 expression has been evaluated for a file, the result is cached and will be
 reused, the expression is not evaluated a second time. This can be turned off
 using the cache-xpaths configuration option.</p>
-<a name="N1031C"></a><a name="XMLMetaModule"></a>
+<a name="N1032D"></a><a name="XMLMetaModule"></a>
 <h3 class="h4">XMLMetaModule</h3>
 <p>Meta module that obtains values from other module and returns all parameters
 as XML.</p>

Modified: cocoon/site/site/2.1/userdocs/concepts/modules.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/modules.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/modules.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/modules.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/mrustore.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/mrustore.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/mrustore.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/mrustore.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/persistence.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/persistence.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/persistence.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/persistence.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/profiler.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/profiler.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/profiler.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/profiler.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/redirection.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/redirection.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/redirection.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/redirection.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/sitemap.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/sitemap.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/sitemap.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/sitemap.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -2105,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%3A+URLs"></a>
+<a name="N1034A"></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
@@ -2132,7 +2130,7 @@
 (URI): Generic Syntax</a>
 </p>
 </div>
-<a name="N10369"></a><a name="Protocols"></a>
+<a name="N1036A"></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
@@ -2155,10 +2153,10 @@
 
 </ul>
 </div>
-<a name="N1038D"></a><a name="Interface+specifications"></a>
+<a name="N1038E"></a><a name="interface-XMLProducer"></a>
 <h2 class="h3">Interface specifications</h2>
 <div class="section">
-<a name="N10391"></a><a name="XMLProducer"></a>
+<a name="N10393"></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>
@@ -2175,7 +2173,7 @@
     public void setConsumer(XMLConsumer consumer);
 
 } </pre>
-<a name="N1039E"></a><a name="XMLConsumer"></a>
+<a name="N103A1"></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>
@@ -2187,7 +2185,7 @@
                                      LexicalHandler {
 
 } </pre>
-<a name="N103AE"></a><a name="XMLPipe"></a>
+<a name="N103B2"></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
@@ -2199,7 +2197,7 @@
 public interface XMLPipe extends XMLConsumer , XMLProducer {
 
 } </pre>
-<a name="N103C1"></a><a name="SitemapModelComponent"></a>
+<a name="N103C6"></a><a name="SitemapModelComponent"></a>
 <h3 class="h4">SitemapModelComponent</h3>
 <p>All sitemap components producing XML must implement this interface:</p>
 <pre>
@@ -2215,7 +2213,7 @@
                String src, Parameters par)
     throws ProcessingException, SAXException, IOException;
 } </pre>
-<a name="N103C9"></a><a name="SitemapOutputComponent"></a>
+<a name="N103CF"></a><a name="SitemapOutputComponent"></a>
 <h3 class="h4">SitemapOutputComponent</h3>
 <p>All sitemap components creating the output must implement this interface:
 </p>
@@ -2240,7 +2238,7 @@
      */
     boolean shouldSetContentLength();
 } </pre>
-<a name="N103D1"></a><a name="Generator"></a>
+<a name="N103D8"></a><a name="Generator"></a>
 <h3 class="h4">Generator</h3>
 <p>A <tt>Generator</tt> must implement at least the following interface:</p>
 <pre>
@@ -2254,7 +2252,7 @@
     throws IOException, SAXException, ProcessingException;
 
 } </pre>
-<a name="N103DC"></a><a name="Transformer"></a>
+<a name="N103E4"></a><a name="Transformer"></a>
 <h3 class="h4">Transformer</h3>
 <p>A <tt>Transformer</tt> must implement at least the following interface:</p>
 <pre>
@@ -2265,7 +2263,7 @@
     String ROLE = "org.apache.cocoon.transformation.Transformer";
 
 } </pre>
-<a name="N103E7"></a><a name="Serializer"></a>
+<a name="N103F0"></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>
@@ -2276,7 +2274,7 @@
     String ROLE = "org.apache.cocoon.serialization.Serializer";
 
 } </pre>
-<a name="N103F5"></a><a name="Selector"></a>
+<a name="N103FF"></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>
@@ -2300,7 +2298,7 @@
     boolean select (String expression, Map objectModel,
                     Parameters parameters);
 } </pre>
-<a name="N10400"></a><a name="Matcher"></a>
+<a name="N1040B"></a><a name="Matcher"></a>
 <h3 class="h4">Matcher</h3>
 <p>A <tt>Matcher</tt> matches a pattern against any value:</p>
 <pre>
@@ -2326,7 +2324,7 @@
      */
     Map match (String pattern, Map objectModel, Parameters parameters);      
 } </pre>
-<a name="N1040B"></a><a name="Action"></a>
+<a name="N10417"></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>
@@ -2367,7 +2365,7 @@
     throws Exception;
 } </pre>
 </div>
-<a name="N1041C"></a><a name="Additional+resources"></a>
+<a name="N10429"></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/viewcvs/cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/sitemap/sitemap-examples.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/storejanitor.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/storejanitor.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/storejanitor.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/storejanitor.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/validation.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/validation.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/validation.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/validation.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -1220,7 +1218,7 @@
 <div class="section">
 <p>###</p>
 </div>
-<a name="N1000D"></a><a name="Overview"></a>
+<a name="N1000D"></a><a name="overview"></a>
 <h2 class="h3">Overview</h2>
 <div class="section">
 <div class="frame note">
@@ -1230,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="N1001B"></a><a name="Warning%3A+Validation+facilities+are+under+development"></a>
+<a name="N1001C"></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
@@ -1241,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="N10023"></a><a name="Operation"></a>
+<a name="N10024"></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="N1002B"></a><a name="Build+target+validate-config"></a>
+<a name="N1002C"></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>
@@ -1259,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="N10038"></a><a name="Build+target+validate-schematron"></a>
+<a name="N10039"></a><a name="Build+target+validate-schematron"></a>
 <h3 class="h4">Build target validate-schematron</h3>
 <p>2.1-dev</p>
 <p>
@@ -1268,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="N10045"></a><a name="Build+target+validate-xdocs"></a>
+<a name="N10046"></a><a name="Build+target+validate-xdocs"></a>
 <h3 class="h4">Build target validate-xdocs</h3>
 <p>2.1-dev</p>
 <p>
@@ -1279,7 +1277,7 @@
 <p>Validation of all core documentation/xdocs Currently doing: book.xml (using
 RELAX NG), *.xml (using DTD).</p>
 </div>
-<a name="N10052"></a><a name="To+Do"></a>
+<a name="N10053"></a><a name="To+Do"></a>
 <h2 class="h3">To Do</h2>
 <div class="section">
 <ul>
@@ -1300,7 +1298,7 @@
 
 </ul>
 </div>
-<a name="N10067"></a><a name="Stuff"></a>
+<a name="N10068"></a><a name="Stuff"></a>
 <h2 class="h3">Stuff</h2>
 <div class="section">
 <p>See
@@ -1314,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="N10079"></a><a name="Further+information"></a>
+<a name="N1007A"></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/viewcvs/cocoon/site/site/2.1/userdocs/concepts/views.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/views.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/views.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html (original)
+++ cocoon/site/site/2.1/userdocs/concepts/xmlsearching.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/core/image-reader.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/core/image-reader.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/image-reader.html (original)
+++ cocoon/site/site/2.1/userdocs/core/image-reader.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/core/resource-reader.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/core/resource-reader.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/resource-reader.html (original)
+++ cocoon/site/site/2.1/userdocs/core/resource-reader.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html (original)
+++ cocoon/site/site/2.1/userdocs/core/wildcardheader-matcher.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html (original)
+++ cocoon/site/site/2.1/userdocs/core/wildcarduri-matcher.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/database-actions.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/database-actions.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/database-actions.html (original)
+++ cocoon/site/site/2.1/userdocs/database-actions.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/default/browser-selector.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/default/browser-selector.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/browser-selector.html (original)
+++ cocoon/site/site/2.1/userdocs/default/browser-selector.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu

Modified: cocoon/site/site/2.1/userdocs/default/file-generator.html
URL: http://svn.apache.org/viewcvs/cocoon/site/site/2.1/userdocs/default/file-generator.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/file-generator.html (original)
+++ cocoon/site/site/2.1/userdocs/default/file-generator.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu
@@ -1231,7 +1229,7 @@
      
 </pre>
 <p>You can also use an absolute filesystem pathname. See the explanation of
-<a href="../../../2.1/">file: URLs</a>
+<a 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/viewcvs/cocoon/site/site/2.1/userdocs/default/html-serializer.html?rev=377949&r1=377948&r2=377949&view=diff
==============================================================================
--- cocoon/site/site/2.1/userdocs/default/html-serializer.html (original)
+++ cocoon/site/site/2.1/userdocs/default/html-serializer.html Tue Feb 14 22:36:05 2006
@@ -1203,9 +1203,7 @@
 <!--+
   |alternative credits
   +-->
-<div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://apache.org/images/ac2005us_blue_125x125.jpg" style="width: 125px;height: 125px;"></a>
-</div>
+<div id="credit2"></div>
 </div>
 <!--+
     |end Menu