xalan redirect permissions /directory generator

2002-01-13 Thread Gerrit Kuilder
Hi All, i am getting the following error when trying to use xalan redirect extensions: java.lang.reflect.InvocationTargetException: java.io.FileNotFoundException: test.xml (Permission denied) Any Ideas Anyone? The directory generator should also take an attribute 'depth' this seems to have

Xpath query with xindice and cocoon2

2002-01-13 Thread Thomas Sempf
Hi, i am still trying to get the openorb thing right. So i copied the openorb jars in the common/lib directory. But i still get the same error. I try a xpath query like this, is it correct(?): http://localhost:8080/cocoon/xmldb/bible//fl[contains(text(),'God')] I read something about adding

from session-attribute to xsl-variable

2002-01-13 Thread Uwe Stelzer
Hello Cocoon fellows, How can I only copy the content of a session attribute to a xsl variable in my xsl-logicsheet? I have tried this here, but I only get an empty string in $usertype: xsl:variable name=usertypesession:get-attribute name=usertype//xsl:variable If I do a simple

Re: Xpath query with xindice and cocoon2

2002-01-13 Thread Thomas Sempf
Hello, i am sorry but i tried your tips, but i still have the same problem. I did a xpath query with your syntax, but the only answer i get is: The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: Could not read resource

Random Values in XSL

2002-01-13 Thread brendan . howell
This is probably a foolish newbie question but I've searched all kinds of documents and mailing lists to no avail. I'm using Cocoon 1.7 (my hosting provider has yet to upgrade) to render some static XML into HTML. Everything worked great until I decided that I need some random position

Re: from session-attribute to xsl-variable

2002-01-13 Thread Steven Punte
The construct is something like xsl:variable name=usertype select=@someattribute/ That is, if I understand your queestion correctly. steve --- Uwe Stelzer [EMAIL PROTECTED] wrote: Hello Cocoon fellows, How can I only copy the content of a session attribute to a xsl variable in my

Re: Xpath query with xindice and cocoon2

2002-01-13 Thread Thomas Sempf
Hi, everything runs fine now. Thank you very much. I just only have to try some normal map:match. and than i am going to have a look at dynamic pages. With regards Thomas Sempf - Please check that your question has not

cocoon install faq

2002-01-13 Thread ml
hi,friends I just have finished the cocoon2.0 when I get the url http://hostname:8080/cocoon/; to get the sample java.lang.NullPointerException throws The detail is following: Cocoon 2 - Internal server error _ type internal-server-error message null description

cocoon install faq

2002-01-13 Thread ml
hi,friends I just have finished the cocoon2.0 when I get the url http://hostname:8080/cocoon/; to get the sample java.lang.NullPointerException throws The detail is following: Cocoon 2 - Internal server error _ type internal-server-error message null description

Why I get internal server error on my cocoon web?

2002-01-13 Thread ml
hi,friends I just have finished the cocoon2.0 [ml] I've installed Cocoon on my tomcat engine by the command ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps install when I get the url http://hostname:8080/cocoon/; to get the sample ,

How to call an external Servlet?

2002-01-13 Thread Andreas Hartmann
Hi folks, I want to process the output of an external servlet through C2. The servlet gets FORM-parameters via GET and POST. How can I invoke the servlet? Thanks in advance, Andreas