stefano 2003/03/15 14:07:49
Modified: src/webapp/samples/docs/samples error-giving-page.xml
Log:
this page is *supposed* to be non well formed. Please, keep it so.
Revision Changes Path
1.3 +4 -2 cocoon-2.1/src/webapp/samples/docs/samples/error-giving-page.xml
Index: error-giving-page.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/webapp/samples/docs/samples/error-giving-page.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- error-giving-page.xml 11 Mar 2003 12:14:43 -0000 1.2
+++ error-giving-page.xml 15 Mar 2003 22:07:48 -0000 1.3
@@ -10,7 +10,9 @@
]>
<page>
- <title>Hello</title>
+ <!-- NOTE: this error is not well-formed intentionally in order to trigger an
exception
+ and show how the sitemap error handling works -->
+ <title>Hello<title>
<content>
<para>This is my first Cocoon page!</para>
</content>