cmlenz 2003/01/18 05:04:38
Modified: documentation/docs/xdocs index.xml
Log:
- Change <section name="..."> to <section title="..."> to match the rest
of the docs
- Remove link around figure, doesn't work with printed docs and isn't
allowed by the experimental DTD I'm using locally
Revision Changes Path
1.6 +4 -5 jakarta-cactus/documentation/docs/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 18 Jan 2003 00:08:32 -0000 1.5
+++ index.xml 18 Jan 2003 13:04:38 -0000 1.6
@@ -11,7 +11,7 @@
<body>
- <section name="Project description">
+ <section title="Project Description">
<p>
Cactus is a simple test framework for unit testing server-side java
code (Servlets, EJBs, Tag Libs, Filters, ...).
@@ -36,13 +36,12 @@
usefulness of an in-container approach).
</p>
<p>
- <link href="site:how_it_works">
- <figure src="images/archiani.gif" alt="How it works ..."/></link>
+ <img src="images/archiani.gif" alt="How it works ..."/>
</p>
</section>
<anchor id="unittest_types"/>
- <section name="Different kinds of unit tests">
+ <section title="Different kinds of unit tests">
<p>
There are several kinds of unit testing frameworks. We categorize them
@@ -88,7 +87,7 @@
</section>
- <section name="Getting Started">
+ <section title="Getting Started">
<p>
To get started, read the
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>