RE: making tree like structure using XML,XSP,XSL

2002-04-14 Thread Stephen Manning
Hi Niket,   Have a look at this pattern. http://www.xslt-patterns.com/entry.html   It gives the basis of a recursive pattern that you could use. Instead of using just a match though, I would suggest having a base element match on that, do an xsl:for-each and then call a template that takes

RE: Cocoon-Project-Installation Problem

2002-01-20 Thread Stephen Manning
Title: RE: Cocoon-Project-Installation Problem Try executing the command 'catalina run' from the bin directory of your tomcat install. This will run the instance in the window that you executed the command in... and hence won't close on you. You will probably find that there is a missing jar o

RE: develop content management system

2002-01-17 Thread Stephen Manning
me content from different navigation paths and you start to create a powerful paradigm that is yet to be done really well and make many peoples lives easier. Versioning of content, workflow management in the creation and approval of conent are other area's that need work to. Just a thought :) S