cziegeler 2003/09/02 05:56:17
Modified: src/documentation/xdocs/userdocs/concepts databases.xml
src/documentation/xdocs/userdocs/components/readers
readers.xml
src/documentation/xdocs/userdocs/advanced/flow
jxtemplate.xml sitemap.xml jxforms.xml
src/documentation/xdocs/userdocs/user/sitemap sitemap.xml
src/documentation/xdocs/userdocs/developer extending.xml
httprequest.xml
src/documentation/xdocs/faq faq-configure-environment.xml
faq-generators.xml faq-serializers.xml
faq-sitemap.xml faq-transformers.xml
src/documentation/xdocs/userdocs/components/generators
generators.xml file-generator.xml
src/documentation/xdocs index-old.xml
src/documentation/xdocs/userdocs/components/transformers
transformers.xml
src/documentation/xdocs/tutorial tutorial-generator.xml
src/documentation/xdocs/userdocs/components/serializers
serializers.xml
Log:
Start fixing links
Revision Changes Path
1.3 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml
Index: databases.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/concepts/databases.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- databases.xml 2 Sep 2003 12:35:23 -0000 1.2
+++ databases.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -30,7 +30,7 @@
Basically, there are three different approaches available:
<link href="actions.html">Actions,</link> <link
href="../xsp/logicsheet-concepts.html">logicsheets,</link>
- and <link href="sitemap.html">transformers.</link> Each
approach has
+ and <link href="../sitemap/preface.html">transformers.</link>
Each approach has
its pros and cons.
</p>
</s1>
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/components/readers/readers.xml
Index: readers.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/readers/readers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- readers.xml 2 Sep 2003 12:03:18 -0000 1.1
+++ readers.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -36,7 +36,7 @@
</p>
<p>
For conceptual information on readers see the user's guide document
- <link href="../concepts/sitemap.html">The Sitemap</link>.
+ <link href="../../user/sitemap/preface.html">The Sitemap</link>.
</p>
</s1>
<s1 title="The Readers in Apache Cocoon">
1.3 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/jxtemplate.xml
Index: jxtemplate.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/jxtemplate.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jxtemplate.xml 2 Sep 2003 12:35:23 -0000 1.2
+++ jxtemplate.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -13,7 +13,7 @@
<p>
The JXTemplate Generator is a page template processor that allows you to
inject data from Java and JavaScript objects passed by a Cocoon Flowscript into
a Cocoon pipeline. It provides a set of tags (similar to the <link
href="http://java.sun.com/products/jsp/jstl/">JSTL</link> core tags) that allow
you to iterate over Java collections (and Java or JavaScript arrays) and to
test for the presence of optional or alternate bean properties, as well as
embedded expressions to specify conditions and to access the properties of
objects. The <em>JX</em>Template Generator gets its name from the embedded
expression languages it supports, namely <link
href="http://jakarta.apache.org/commons/jxpath">Apache <em>JX</em>Path</link>
and <link href="http://jakarta.apache.org/commons/jexl">Apache
<em>J</em>e<em>X</em>l</link>.
</p>
-<p>To use the JXTemplate Generator, add a generator entry to your <link
href="../concepts/sitemap.html">sitemap</link> with the <code>src</code>
attribute set to <code>org.apache.cocoon.generation.JXTemplateGenerator</code>,
for example like this:</p>
+<p>To use the JXTemplate Generator, add a generator entry to your <link
href="../../user/sitemap/preface.html">sitemap</link> with the <code>src</code>
attribute set to <code>org.apache.cocoon.generation.JXTemplateGenerator</code>,
for example like this:</p>
<source>
<map:generators>
<map:generator label="content,data"
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/sitemap.xml
Index: sitemap.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/sitemap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.xml 2 Sep 2003 12:03:17 -0000 1.1
+++ sitemap.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -12,7 +12,7 @@
<body>
<s1 title="Sitemap">
- <p>The Cocoon <link href="../concepts/sitemap.html">Sitemap</link>
provides two elements to specify interactions with your Flowscripts: <link
href="#flow">flow</link>, and <link href="#call">call</link>.</p>
+ <p>The Cocoon <link
href="../../user/sitemap/preface.html">Sitemap</link> provides two elements to
specify interactions with your Flowscripts: <link href="#flow">flow</link>, and
<link href="#call">call</link>.</p>
<anchor id="flow"/> <s2 title="flow">
<p>The <code>flow</code> element defines a Flowscript interpreter for a
sitemap. The <code>language</code> attribute specifies the target programming
language. Currently the only supported language is <code>"javascript"</code>.
Its embedded <code>script</code> elements allow you to specify the files that
make up the flow for this sitemap. Each <code>script</code> element specifies
the URI of a script that will be compiled and executed when this Sitemap is
created. The <code>src</code> attribute specifies the URI of the script.</p>
<source><![CDATA[
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/jxforms.xml
Index: jxforms.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/advanced/flow/jxforms.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jxforms.xml 2 Sep 2003 12:03:17 -0000 1.1
+++ jxforms.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -565,7 +565,7 @@
</s2>
</s1>
<anchor id="Sitemap"/><s1 title="Sitemap">
-<p>To use JXForms, you will need to add several elements to your Cocoon
<link href="../concepts/sitemap.html">Sitemap</link>, namely the JXForms
generator, and several XSLT stylesheets. To use the JXForms generator, add a
generator entry to your Sitemap with the <code>src</code> attribute set to
<code>org.apache.cocoon.generation.JXFormsGenerator</code>, for example like
this:</p>
+<p>To use JXForms, you will need to add several elements to your Cocoon
<link href="../../user/sitemap/preface.html">Sitemap</link>, namely the JXForms
generator, and several XSLT stylesheets. To use the JXForms generator, add a
generator entry to your Sitemap with the <code>src</code> attribute set to
<code>org.apache.cocoon.generation.JXFormsGenerator</code>, for example like
this:</p>
<source>
<map:generators>
<map:generator label="content,data"
1.3 +3 -3
cocoon-2.1/src/documentation/xdocs/userdocs/user/sitemap/sitemap.xml
Index: sitemap.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/user/sitemap/sitemap.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap.xml 2 Sep 2003 12:35:23 -0000 1.2
+++ sitemap.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -500,7 +500,7 @@
</p>
<p>
See also
- <link href="../generators/generators.html">
+ <link href="../../components/generators/generators.html">
Generators in Cocoon.
</link>
</p>
@@ -603,7 +603,7 @@
</p>
<p>
See also
- <link href="../transformers/transformers.html">
+ <link href="../../components/transformers/transformers.html">
Transformers in Cocoon.
</link>
</p>
@@ -615,7 +615,7 @@
</p>
<p>
See also
- <link href="../components/serializers/serializers.html">
+ <link href="../../components/serializers/serializers.html">
Serializers in Cocoon.
</link>
</p>
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/developer/extending.xml
Index: extending.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/developer/extending.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extending.xml 2 Sep 2003 12:03:19 -0000 1.1
+++ extending.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -78,7 +78,7 @@
now?]</li>
<li>
<code>ComposerGenerator</code> - Can be
used as base class if you
- want your <code>Generator</code> to be an <link
href="avalon.html">Avalon
+ want your <code>Generator</code> to be an <link
href="avalon/avalon.html">Avalon
Composable</link>.</li>
<li>
<code>ServletGenerator</code> - If you
want to generate servlets.
1.2 +8 -8
cocoon-2.1/src/documentation/xdocs/userdocs/developer/httprequest.xml
Index: httprequest.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/developer/httprequest.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httprequest.xml 2 Sep 2003 12:03:19 -0000 1.1
+++ httprequest.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -95,7 +95,7 @@
</s2>
<s2 title="cocoon.xconf">
<p><code>cocoon.xconf</code> is the file that defines the
- <link href="avalon.html">Avalon</link> Components.</p>
+ <link href="avalon/avalon.html">Avalon</link>
Components.</p>
<p>For our study, we need the standard
<code>cocoon.xconf</code> file
of Cocoon.</p>
<p>It can be found in
<code>${cocoon}/WEB-INF/cocoon.xconf</code>.</p>
@@ -208,7 +208,7 @@
<p>The init file (normally
<code>cocoon.xconf</code>, as defined in
<code>${cocoon}/WEB-INF/web.xml</code>)
contains the necessary information for
Cocoon to decide which classes to use for
which roles (refer to
- <link href="avalon.html">Avalon</link>).</p>
+ <link
href="avalon/avalon.html">Avalon</link>).</p>
<p>This is a feature that is added for
increased configurability.
If you were developing a one time solution,
the information in this file would
normally be hard coded, but the use of this
file increases potential
@@ -219,7 +219,7 @@
<code>cocoon.xconf</code>) which describes
the classes to use for which
roles.</p>
<p>"Roles" are a concept of <link
- href="avalon.html">Avalon</link>.</p>
+ href="avalon/avalon.html">Avalon</link>.</p>
<p>The handling of <code>cocoon.xconf</code>
goes as follows:</p>
<ol>
<li>Get the parser: This is something
necessary for
@@ -231,9 +231,9 @@
<code>org.apache.cocoon.components.parser.JaxpParser</code> (a hard-coded
default).</li>
<li>Get the components: Cocoon uses roles
(refer to
- <link
href="avalon.html">Avalon</link>) as its working classes. Each role is
+ <link
href="avalon/avalon.html">Avalon</link>) as its working classes. Each role is
implemented by one or more real classes
(components, again an
- <link href="avalon.html">Avalon</link>
concept). This is where they are
+ <link href="avalon/avalon.html">Avalon</link>
concept). This is where they are
retrieved.</li>
<li>Get the sitemap: Here the location of the
sitemap is retrieved.
The actual compilation of the sitemap occurs
in the HttpRequest handling.</li>
@@ -263,7 +263,7 @@
with the asked URL.</li>
<li>The <code>Manager</code> sets the
<code>Composable</code> and the
<code>Configuration</code> of the
<code>Handler</code>. (These are
- <link href="avalon.html">Avalon</link>
things).</li>
+ <link href="avalon/avalon.html">Avalon</link>
things).</li>
<li>If necessary, the <code>Manager</code> asks the
<code>Handler</code> to regenerate its sitemap
class. (FIXME: As of today,
2000-11-08, I'm not sure if the "if necessary"
check is working). Regeneration
@@ -321,13 +321,13 @@
</s2>
<s2 title="Configuration">
<p><code>org.apache.avalon.Configuration</code></p>
- <p>This is an <link href="avalon.html">Avalon</link>
interface. It
+ <p>This is an <link href="avalon/avalon.html">Avalon</link>
interface. It
assigns classes to roles. If an object needs a class for a
specific role, it
can ask a Configuration which class it has to use.</p>
</s2>
<s2 title="DefaultComponentManager">
<p><code>org.apache.avalon.DefaultComponentManager</code></p>
- <p>Something that manages <link
href="avalon.html">Avalon</link>
+ <p>Something that manages <link
href="avalon/avalon.html">Avalon</link>
Components.</p>
</s2>
<s2 title="Manager">
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/faq/faq-configure-environment.xml
Index: faq-configure-environment.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-configure-environment.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq-configure-environment.xml 9 Mar 2003 00:07:55 -0000 1.1
+++ faq-configure-environment.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -181,7 +181,7 @@
The "file:" type of source instructs Cocoon to search the sub-sitemap
under the specified directory (which happens to be "c:\foo", since this
is a Windows system). See explanation of
- <link href="../userdocs/concepts/sitemap.html#file-url">file:
URLs</link>
+ <link href="../userdocs/user/sitemap/sitemap.html#file-url">file:
URLs</link>
</p>
<p>
Now, you just need to copy everything which was under the
1.2 +1 -1 cocoon-2.1/src/documentation/xdocs/faq/faq-generators.xml
Index: faq-generators.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-generators.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq-generators.xml 9 Mar 2003 00:07:55 -0000 1.1
+++ faq-generators.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -15,7 +15,7 @@
In the sitemap file, each generator has a unique name which is mapped to a
java class. One generator name must be declared as the default generator. Each
generator may have additional configuration information specified in child
elements.
</p>
<p>
-For conceptual information on generators see the user's guide document <link
href="../userdocs/concepts/sitemap.html">The Sitemap</link>. For detailed
descriptions about all of the available Cocoon generators, see the user's guide
document <link href="../userdocs/concepts/sitemap.html">Generators in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
+For conceptual information on generators see the user's guide document <link
href="../userdocs/user/sitemap/preface.html">The Sitemap</link>. For detailed
descriptions about all of the available Cocoon generators, see the user's guide
document <link href="../userdocs/concepts/sitemap.html">Generators in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
</p>
</answer>
</faq>
1.3 +1 -1
cocoon-2.1/src/documentation/xdocs/faq/faq-serializers.xml
Index: faq-serializers.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-serializers.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq-serializers.xml 2 Sep 2003 12:35:23 -0000 1.2
+++ faq-serializers.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -16,7 +16,7 @@
In the sitemap file, each serializer has a unique name which is mapped to a
java class. One serializer name must be declared as the default serializer.
Each serializer may have additional configuration information specified in
child elements.
</p>
<p>
- For more conceptual information about serializers see <link
href="../userdocs/concepts/sitemap.html">the sitemap</link>. For detailed
descriptions about all of the available Cocoon serializers, see the user's
guide document <link
href="../userdocs/components/serializers/serializers.html">Serializers in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
+ For more conceptual information about serializers see <link
href="../userdocs/user/sitemap/preface.html">the sitemap</link>. For detailed
descriptions about all of the available Cocoon serializers, see the user's
guide document <link
href="../userdocs/components/serializers/serializers.html">Serializers in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
</p>
</answer>
</faq>
1.2 +1 -1 cocoon-2.1/src/documentation/xdocs/faq/faq-sitemap.xml
Index: faq-sitemap.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-sitemap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq-sitemap.xml 9 Mar 2003 00:07:56 -0000 1.1
+++ faq-sitemap.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -227,7 +227,7 @@
</ul>
<p>
See further explanation of
- <link href="../userdocs/concepts/sitemap.html#file-url">file: URLs</link>
+ <link href="../userdocs/user/sitemap/sitemap.html#file-url">file:
URLs</link>
</p>
</answer>
</faq>
1.3 +1 -1
cocoon-2.1/src/documentation/xdocs/faq/faq-transformers.xml
Index: faq-transformers.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/faq/faq-transformers.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq-transformers.xml 2 Sep 2003 12:35:23 -0000 1.2
+++ faq-transformers.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -16,7 +16,7 @@
In the sitemap file, each transformer has a unique name which is mapped to a
java class. One transformer name must be declared as the default transformer.
Each transformer may have additional configuration information specified in
child elements.
</p>
<p>
- For more conceptual information about transformers see <link
href="../userdocs/concepts/sitemap.html">the sitemap</link>. For detailed
descriptions about all of the available Cocoon transformers, see the user's
guide document <link
href="../userdocs/transformers/transformers.html">Transformers in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
+ For more conceptual information about transformers see <link
href="../userdocs/user/sitemap/preface.html">the sitemap</link>. For detailed
descriptions about all of the available Cocoon transformers, see the user's
guide document <link
href="../userdocs/components/transformers/transformers.html">Transformers in
Cocoon</link>. You may also wish to consult the Cocoon API documentation.
</p>
</answer>
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/generators.xml
Index: generators.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/generators.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- generators.xml 2 Sep 2003 12:03:16 -0000 1.1
+++ generators.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -25,7 +25,7 @@
configuration information specified in child elements.
</p>
<p>For conceptual information on generators see the user's guide
document
- <link href="../concepts/sitemap.html">The Sitemap</link>.
+ <link href="../../user/sitemap/preface.html">The Sitemap</link>.
</p>
</s1>
<s1 title="The Generators in Apache Cocoon">
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/file-generator.xml
Index: file-generator.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/generators/file-generator.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-generator.xml 2 Sep 2003 12:03:16 -0000 1.1
+++ file-generator.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -31,7 +31,7 @@
</source>
<p>
You can use an absolute filesystem pathname. See the explanation of
- <link href="../concepts/sitemap.html#file-url">file: URLs</link>
+ <link href="../userdocs/user/sitemap/sitemap.html#file-url">file:
URLs</link>
</p>
</s1>
</body>
1.3 +1 -1 cocoon-2.1/src/documentation/xdocs/index-old.xml
Index: index-old.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/index-old.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index-old.xml 29 Apr 2003 22:58:21 -0000 1.2
+++ index-old.xml 2 Sep 2003 12:56:17 -0000 1.3
@@ -296,7 +296,7 @@
<p>The sitemap physically represents the central repository for web site
administration, where the URI space and its handling is maintained.</p>
- <p>Please, take a look at the <link
href="userdocs/concepts/sitemap.html">sitemap documentation</link>
+ <p>Please, take a look at the <link
href="userdocs/user/sitemap/preface.html">sitemap documentation</link>
for more information on this.</p>
</s1>
1.2 +1 -2
cocoon-2.1/src/documentation/xdocs/userdocs/components/transformers/transformers.xml
Index: transformers.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/transformers/transformers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transformers.xml 2 Sep 2003 12:03:16 -0000 1.1
+++ transformers.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -24,7 +24,7 @@
In the sitemap file, each transformer has a unique name which is mapped to a
java class. One transformer name must be declared as the default transformer.
Each transformer may have additional configuration information specified in
child elements.
</p>
<p>
- For more conceptual information about transformers see <link
href="../concepts/sitemap.html">the sitemap</link>.
+ For more conceptual information about transformers see <link
href="../../user/sitemap/preface.html">the sitemap</link>.
</p>
</s1>
<s1 title="The Transformers in Apache Cocoon">
@@ -42,7 +42,6 @@
<li><link
href="encodeurl-transformer.html">EncodeURL Transformer</link></li>
<li><link
href="sourcewriting-transformer.html">SourceWriting Transformer</link></li>
<li><link
href="augment-transformer.html">Augment Transformer</link></li>
- <li><link href="xt-transformer.html">XT
Transformer</link> (optional)</li>
<li><link href="ldap-transformer.html">LDAP
Transformer</link> (optional)</li>
<li><link href="lexer-transformer.html">Lexical Transformer</link>
(optional)</li>
<li><link href="parser-transformer.html">Parser Transformer</link>
(optional)</li>
1.5 +1 -1
cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-generator.xml
Index: tutorial-generator.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/tutorial/tutorial-generator.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tutorial-generator.xml 2 Sep 2003 12:35:23 -0000 1.4
+++ tutorial-generator.xml 2 Sep 2003 12:56:17 -0000 1.5
@@ -96,7 +96,7 @@
<link href="../developing/extending.html">Extending
Cocoon</link>
, and the broad overview of
- <link href="../developing/avalon.html">Avalon</link>
+ <link
href="../userdocs/developer/avalon/preface.html">Avalon</link>
, the framework upon which Cocoon is built.</li>
1.2 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/components/serializers/serializers.xml
Index: serializers.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/components/serializers/serializers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- serializers.xml 2 Sep 2003 12:03:15 -0000 1.1
+++ serializers.xml 2 Sep 2003 12:56:17 -0000 1.2
@@ -36,7 +36,7 @@
</p>
<p>
For more conceptual information about serializers
- see <link href="../concepts/sitemap.html">the sitemap</link>.
+ see <link href="../../user/sitemap/preface.html">the sitemap</link>.
</p>
</s1>
<s1 title="The Serializers in Apache Cocoon">