You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/12/21 21:45:26 UTC

svn commit: r606304 - /cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml

Author: vgritsenko
Date: Fri Dec 21 12:45:25 2007
New Revision: 606304

URL: http://svn.apache.org/viewvc?rev=606304&view=rev
Log:
simple-page has no <document> element

Modified:
    cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml

Modified: cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml?rev=606304&r1=606303&r2=606304&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml (original)
+++ cocoon/trunk/blocks/cocoon-welcome/src/main/resources/COB-INF/welcome.xml Fri Dec 21 12:45:25 2007
@@ -16,23 +16,19 @@
   limitations under the License.
 -->
 
-<!--+
-    | This is a very simple XML page done just to show how a simple 
-    | cocoon pipeline works.
-    |
-    | $Id$
-    +-->
-<document>
-
-  <page>
-    <title>Welcome to Apache Cocoon!</title>
-    <p align="center">
-      Congratulations! If you are reading this page, it means that your Apache 
-      Cocoon installation was successful.
-    </p>
-    <p align="center">
-      To know more about Cocoon capabilities, look at the <a href="samples/">sample</a> blocks.
-    </p>
-  </page>
-
-</document>
+<!--
+  - This is a very simple XML page done just to show how a simple
+  - cocoon pipeline works.
+  -
+  - $Id$
+  -->
+<page>
+  <title>Welcome to Apache Cocoon!</title>
+  <p align="center">
+    Congratulations! If you are reading this page, it means that your Apache
+    Cocoon installation was successful.
+  </p>
+  <p align="center">
+    To know more about Cocoon capabilities, look at the <link href="samples/">sample</link> blocks.
+  </p>
+</page>