File List |
Note:
<cocoon> is the root directory of Cocoon web application, e.g.
C:\tomcat\webapps\cocoon
-
Logicsheet sources:
- mylogic.xsl - the mylogic logicsheet
- db.xsl - the db logicsheet
These files should be placed in classpath, e.g. <cocoon>/WEB-INF/classes/spain/logicsheet
Another way is to add them to a jar archive and place in <cocoon>/WEB-INF/lib/spain/logicsheet
-
Usage demonstration files:
- simple.xsp - XSP example of mylogic usage
- db.xsp - XSP example of db usage
- spain.xsl - XSLT stylesheet for example pages
-
Configuration:
- cocoon.xconf - Cocoon configuration with configured logicsheets
- sitemap.xmap - sitemap with configured matcher for samples
-
Additional staff
- simple-output.xml - the output of simple.xsp without XSLT usage
-
db-output.xml - the same for db.xsp
Note:You can see these results using cocoon-view=content URL parameter, e.g.: http://localhost:8080/cocoon/spain/simple.xsp?cocoon-view=content.
- main.spp - XML Spy 3.5 project file (for your convenience)




