File List

by Konstantin Piroumian

Note:
<cocoon> is the root directory of Cocoon web application, e.g. C:\tomcat\webapps\cocoon
  1. 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

  2. Usage demonstration files:

    • simple.xsp - XSP example of mylogic usage
    • db.xsp - XSP example of db usage
    • spain.xsl - XSLT stylesheet for example pages
  3. Configuration:

    • cocoon.xconf - Cocoon configuration with configured logicsheets
    • sitemap.xmap - sitemap with configured matcher for samples
  4. 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)