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 thi

RE: Xpath query with xindice and cocoon2

2002-01-13 Thread Vadim Gritsenko
Do you read answers on your own letters?   http://marc.theaimsgroup.com/?l=xindice-users&m=101077625610235&w=2   Vadim   -Original Message- From: Thomas Sempf [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 1:35 PM To: [EMAIL PROTECTED] Subject: Xpath query with x

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: If I do a simple student then it works! If I put elsewhere in my template, it works also. What

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 xmldb:dbxml://localhost:4080/db

RE: Xpath query with xindice and cocoon2

2002-01-13 Thread Vadim Gritsenko
Thomas, > From: Thomas Sempf [mailto:[EMAIL PROTECTED]] > > org.apache.cocoon.ProcessingException: Could not read resource > xmldb:dbxml://localhost:4080/db/bible/: org.xmldb.api.base.XMLDBException: > A connection to the Database instance 'db' could not be created. Error: > http://localhos

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 va

Re: from session-attribute to xsl-variable

2002-01-13 Thread Steven Punte
The construct is something like 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 xsl-logicsheet? > > I have tried this here, but I

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 and than i am going to have a look at dynamic pages. With regards Thomas Sempf - Please check that your question has not already been ans

cocoon faq

2002-01-13 Thread ml
> hi,friends > 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 java.lang.NullPointerExceptio

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 > des

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 java.lang.Nul

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 , > java.lang.NullPoin

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