You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/01/28 19:01:04 UTC

[WIKI-UPDATE] BeginnerInstallation XMLFormXindice Tue Jan 28 19:01:04 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerInstallation, version: 7 on Tue Jan 28 17:39:39 2003 by Dabbous

- !Prerequisites
- *You have an operating Java-1.2, or a newer Java Virtual Machine
- *Your servlet container is verified to work correctly. (__!!__ ''A page that explains "servlet container" might be needed -- [BD|BertrandDelacretaz])''
- *You have some basic knowledge about webapplications
+ !Your basic skills
+ I assume, you 
+ *have some basic knowledge about webapplications and application servers in general.
+ *know how to deploy a webapplication into a servlet container
+ *know how to unzip or untar a compressed package
-  ... and application servers in general.
- *You know how to unzip or untar a compressed package
+ !Technical prerequisites
+ In order to install cocoon you need
+ *an operating Java-1.2, or a newer Java Virtual Machine
+ *your servlet container is verified to work correctly.
- 
+ - DOCUMENT-STATUS: draft\\


Page: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice, version: 4 on Tue Jan 28 17:59:46 2003 by JosemaAlonso

-       There have been problems and your EquipmentType could not be added to the database.
?                                    ^^^ ^^^^ ^^^^ ----

+       There have been problems and the Artist could not be added to the database.
?                                    ^^^^^ ^ ^

+ <schema ns="http://xml.apache.cocoon/xmlform" xmlns="http://www.ascc.net/xml/schematron">
- <schema ns="http://xml.apache.cocoon/xmlform" 
-  xmlns="http://www.ascc.net/xml/schematron">
-   <pattern name="Artist Identifier Validation" 
+   <pattern name="Artist Identifier Validation" id="artval">
?                                                ++++++++++++

-    id="artval">
-     <rule context="/artistDocument/@id">
?                     ^    --------

+     <rule context="/Artist/@id">
?                     ^

-       <assert test="string-length(.) &gt; 1">
?                                      ^^^^

+       <assert test="string-length(.) > 1">
?                                      ^