joerg 2003/08/22 18:35:58
Modified: src/documentation/xdocs/howto/xmlform-wizard
howto-xmlform-wizard.xml
src/documentation/xdocs/developing/portal index.xml
src/documentation/xdocs/userdocs/flow jxforms.xml
Log:
fixed incorrect links
Revision Changes Path
1.5 +1 -1
cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml
Index: howto-xmlform-wizard.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- howto-xmlform-wizard.xml 14 Aug 2003 09:59:24 -0000 1.4
+++ howto-xmlform-wizard.xml 23 Aug 2003 01:35:58 -0000 1.5
@@ -16,7 +16,7 @@
<note>
This document is out of date. XMLForm is not supported anymore
starting from
the Cocoon 2.1 release. Alternatively, you can use <link
- href="../flow/jxforms.html">JXForms</link>, which is conceptually
the
+ href="../../userdocs/flow/jxforms.html">JXForms</link>, which is
conceptually the
same but offers a more robust implementation. Another emerging form
framework is <link
href="http://wiki.cocoondev.org/Wiki.jsp?page=Woody">Woody</link>.
1.7 +1 -1
cocoon-2.1/src/documentation/xdocs/developing/portal/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/developing/portal/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml 31 Jul 2003 03:20:07 -0000 1.6
+++ index.xml 23 Aug 2003 01:35:58 -0000 1.7
@@ -65,7 +65,7 @@
<li>a <em>content section</em> containing the coplet
windows</li>
<li>and a <em>footer </em></li>
</ul>
- <figure alt="Parts of the portal" height="300"
src="/images/portal-parts.gif" width="400"></figure>
+ <figure alt="Parts of the portal" height="300"
src="images/portal-parts.gif" width="400"></figure>
<p>The tab row is actually a part of the content section. As well, a
tab row can
be provided to any coplet window.</p>
<s2 title="The skin's stylesheets">
1.11 +12 -7
cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxforms.xml
Index: jxforms.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxforms.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- jxforms.xml 15 Aug 2003 18:38:36 -0000 1.10
+++ jxforms.xml 23 Aug 2003 01:35:58 -0000 1.11
@@ -9,12 +9,17 @@
</header>
<body>
<s1 title="JXForms">
- <p><em>JX</em>Forms is a framework that uses Apache <link
href="http://jakarta.apache.org/commons/jxpath"><em>JX</em>Path</link> to
support <link href="http://www.w3.org/MarkUp/Forms/">W3C XForms</link>-based
markup and automated server-side binding to
- <link href="http://java.sun.com/products/javabeans/">JavaBeans</link>,
- <link href="http://www.w3.org/DOM/">XML/DOM</link>,
- <link href="http://www.jdom.org/">JDOM</link>,
- <link
href="http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</link>,
and JavaScript objects.
- </p>
+ <p>
+ <em>JX</em>Forms is a framework that uses Apache
+ <link
href="http://jakarta.apache.org/commons/jxpath"><em>JX</em>Path</link>
+ to support <link href="http://www.w3.org/MarkUp/Forms/">W3C
XForms</link>-based
+ markup and automated server-side binding to
+ <link href="http://java.sun.com/products/javabeans/">JavaBeans</link>,
+ <link href="http://www.w3.org/DOM/">XML/DOM</link>,
+ <link href="http://www.jdom.org/">JDOM</link>,
+ <link
href="http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</link>,
+ and JavaScript objects.
+ </p>
<p><link href="#Overview">Overview</link></p>
@@ -389,7 +394,7 @@
<li><code>class</code></li>
</ul>
<p>
-The required <code>id</code> attribute specifies the unique id of this
<code>submit</code> element. This value is returned by the <link
href="getSubmitId">getSubmitId</link> function when this element is used to
submit a form. The optional <code>continuation</code> attribute provides
support for automated back/forward navigation in multipage forms. A value of
<code>forward</code> (the default) causes the form to be submitted normally. A
value of <code>back</code> causes the previous page of the form to be displayed.
+The required <code>id</code> attribute specifies the unique id of this
<code>submit</code> element. This value is returned by the <link
href="#getSubmitId">getSubmitId</link> function when this element is used to
submit a form. The optional <code>continuation</code> attribute provides
support for automated back/forward navigation in multipage forms. A value of
<code>forward</code> (the default) causes the form to be submitted normally. A
value of <code>back</code> causes the previous page of the form to be displayed.
</p>
</s2>
<s2 title="group">