RE: MySql+Cocoon

2001-05-28 Thread Matteo Colombo
Hi Try using mm.mysql-2.0.4-bin.jar instead ramesh Thanks a lot Ciao Matteo - Please check that your question has not already been answered in the FAQ before posting. To unsubscrib

Document() function

2001-05-29 Thread Matteo Colombo
I tried to use something like that but It dosen't work. Is it Cocoon that ignore document() function? I'm asking that because it's a little bit strange, infact Cocoon use Xalan as XSLT processor, and with Xalan document() function works well. So where's the problem? Thanks in advance. Ciao Matt

Using auth taglib

2001-06-11 Thread Matteo Colombo
Hi, I'm using auth taglib (http://ulim.cocoonhost.com). I've a problem to submit you. After authentication I go to reserved.xml that makes a query, it get two value and put those in the session (with the names auth:group and auth:role), now I'm trying to retrieve those two in reserved.xsl (that is

Re: Using auth taglib

2001-06-12 Thread Matteo Colombo
>> Sorry I'm not very expert with Java: How do you "encode" session params >> as request params? > >Read the servlet API and look for request.getParameter, request >parameters are what comes after a regular URL, for example www.domain.com/index.xml?param=value > I made the wrong question. I know w

Re: could not install cocoon1.8.2 on window98

2001-06-20 Thread Matteo Colombo
>hi: > >Out of environment space >Out of environment space >what is wrong? pls. help me out. > >thanks a lot >jian No problem: You have to open MsDos Prompt and digit 'command /E:' then startup Tomcat (for me, I don't know what' s your engine servlet). Instead put 4096 or 8192. That n

Re: passing parameter from XML file to another XML file

2001-06-21 Thread Matteo Colombo
>hi >i'm using 2 XML files, the first one checking the user >name and password from a Database using ESQL, then >sending the corresponding parameters of that user to >the other XML file to be displayed according to these >parameters. my problem now is how to pass these >parameters without using UR

Re: Cocoon 1.8.2 will not run with tomcat / windows / jdk1.3

2001-06-22 Thread Matteo Colombo
Hi I am successfully install the cocoon 1.8.2 with win98, win NT and win2000 with Tomcat 3.2.1 and JDK 1.3.1. Ciao Matteo - Please check that your question has not already been answered in the FAQ before posting.

SOAP and session

2001-07-02 Thread Matteo Colombo
Hi, I need your help!!! I try to implement a Soap client with Cocoon (using soap taglib http:\\ulim.cocoonhost.com), I've this problem: I sent to a server a "user id" and the server sent me back via SOAP some data about this user for example UserName UserAge ... now I want put those

Logicsheet chaining

2001-07-03 Thread Matteo Colombo
Hi all, I've this question for you: XML A with --> XSL A (transform XML A in XML B adding and the instructions that are in new logicsheet)-->XSL B (format the page: output type HTML). Does it work? Is it possible to do this? Better, my question is: Is it possible transform an XML file in anoth

Re: Logicsheet chaining

2001-07-03 Thread Matteo Colombo
Hi, I try to explain me better: What I want do,it is something like that. a.xml ... ... tag mapped in mylogic.xsp.xsl ... ... b.xsl: href="c.xsl" type="text/xsl" href="../mylogic2.xsp.xsl" type="xsp" type="xslt" ... ...tag mapped in mylogic2.xsp.xsl... ... In a.xml I use