Logicsheet chaining

2001-07-03 Thread Matteo Colombo
Hi all, I've this question for you: XML A with ?xml-logicsheet href=my-xsp.xsl? -- XSL A (transform XML A in XML B adding ?xml-logicsheet herf=new-xsp.xsl? 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?

Extending the standard Cocoon XSP logicsheets, namely ESQL

2001-07-03 Thread Adrian Geissel
Hi, I'musing Cocoon 1.8.2 and it's great - dynamic content generation in an efficient and controlled manner - a real winner! As with all technologies, there comes a point when you want it to do more - and my current aspiration is to improve the way that SQL is handled, specifically the

Re: redirect to port 80

2001-07-03 Thread Anders Conrad
I understand that you want your web-server that is serving Cocoon to listen on port 80. I also assume that you are currently using Tomcat as a web listener on its default port 8080. Given that, you can either keep using Tomcat as a web listener and change the port number in the configuration

Re: form-validator?

2001-07-03 Thread Christian Haul
On 02.Jul.2001 -- 05:31 PM, java guru wrote: The problem with regular expression in that example is that: for email address i just put anything and it works..shouldnt it be of format [EMAIL PROTECTED] ??? Yes, indeed. Unfortunately, I'm not able to reproduce your observation. I remember

RE: Logicsheet chaining

2001-07-03 Thread Luca Morandini
Matteo, I think there is no way of accomplishing this with C1. On the other hand, this could be done quite easily in C2. I'm afraid, but if you want to use more than one logicsheet/tag library you have no option but use C2. Best regards,  

Re: Exception in Cocoon

2001-07-03 Thread Frans Thamura
The solution is Use tomcat 3.22 fresh from the apache.org, and remove the jaxp.jar and parse.jar and use all jar from cocoon 2 Don't use jar from any other source. I don't know why, even if you use the newest version of jar, you cocoon 2 won't work. Strange yah, I don't have any idea, what

HTML tags in XML page are escaped

2001-07-03 Thread Matthias Jahn
Title: HTML tags in XML page are escaped Hi, Some weeks ago, there were two possibilities for the problem escaped HTML tags in a XML page. I tried both, but everytime I get the same error message. Here is a short example of what I tried: esql:row-results contribution

RE: Logicsheet chaining

2001-07-03 Thread Drasko Kokic
Not compleatly true ... it is possible to apply multiple logicsheets ... just add them one after the other in the XSP file. The different thing is with the stylesheet chaining ... there you have to mess around and introduce in the resulting XML stream the XSLT processing instruction (together

Re: Logicsheet chaining

2001-07-03 Thread Ulrich Mayring
Drasko Kokic wrote: So, it is possible in C1 too (just not elegant at all). You can simply use xsl:include or xsl:import to make it elegant. Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - Please check that your

RE: Logicsheet chaining

2001-07-03 Thread Luca Morandini
Drasko, really ? Could please mshow an example of that ? I thought this to be impossible, since the XSP processor can't be called more than once per session... I guess. Best regards,   -    Luca Morandini

AW: Cocoon2 Live Site...

2001-07-03 Thread Tobias Kieninger
Hi again, it seems that i forgot the URL of the new Live Site. http://www.XSLT-Patterns.com Ciao Tobias -Ursprüngliche Nachricht- Von: Joost Fleuren [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 30. Juni 2001 15:04 An: [EMAIL PROTECTED] Betreff: Re: Cocoon2 Live Site... Hi,

Install Roadblock: Newbie needs help!

2001-07-03 Thread Benjamin Cramer
Hi, I have had an uphill climb trying to get Cocoon 1.8.2 installed on my Win2K, Apache-Tomcat machine. I have read all the install hints, tips and tricks or at least I believe I have. However, I keep running into the same error: java.lang.RuntimeException: Error creating

Re: Why XSP?

2001-07-03 Thread Mohamed Ramzy
hi XSLT is just for transforming, but XSP, think about it as your gateway to include any java code in ur file, or importing any custom/not java class/classes to your file...it is the gate!! --- Mikael Ståldal [EMAIL PROTECTED] wrote: What is the need for XSP? Why not use XSLT with extensions

Re: Displaying Images ?

2001-07-03 Thread Mohamed Ramzy
hi, the idea is simpleget the name of the image file from ur database by using esql(as u use it), then pass it to the XSL file as a tag and put it through variable and write the normal HTML imag tag, and in the source field write the name of ur variable i hope that can help ---

Re: how to precompile the xsp ?

2001-07-03 Thread Mohamed Ramzy
hi, XSP is the first thing to be compiled before any thing in the file --- Ling Kok Choon [EMAIL PROTECTED] wrote: hi, I am developing a web application with Cocoon 2. But the xsp's performance is not very good ( very slow ), so is it posible to precompile the xsp file ? and may i know

Re: AW: Cocoon2 Live Site...

2001-07-03 Thread Daniel Pfuhl
hmm seems to be misconfigured :-( I always get an internal server error daniel --- Tobias Kieninger [EMAIL PROTECTED] schrieb: Hi again, it seems that i forgot the URL of the new Live Site. http://www.XSLT-Patterns.com Ciao Tobias -Ursprüngliche Nachricht- Von: Joost

[C2] exception when sitemap has changes and attempts to recompile

2001-07-03 Thread Seth Ladd
Hello, If I modify sitemap.xmap during runtime, the Cocoon 2 system notices this change, and attempts to recompile the map. I see this exception in the cocoon.log file: ERROR 33448 [cocoon ] (Thread-6): Error compiling sitemap java.lang.NullPointerException at

Re: Displaying Images ?

2001-07-03 Thread Gustavo Mejia
Yeap !! Thanks Mohamed !! I´m going to do that !! -- Gustavo Mejía Mora INFOTEC Tel: 5624 28 00 Ext: 253 Mohamed Ramzy wrote: hi, the idea is simpleget the name of the image file from ur database by using esql(as u use it), then pass it to the XSL file as a tag and put it through

RE: Why XSP?

2001-07-03 Thread Eduardo Yanez
Hi Mikael, XSLT is just a transforming language, you can use it for transform any xml document to any other textual format (html, txt, svg, pdf, etc). On the other side you can compare XSP with JSP, they technologies for dynamic content generation, JSP allow you to create servlets easily for

Re: AW: Cocoon2 Live Site...

2001-07-03 Thread Rajkumar, Joseph
Hi I tried it and it worked. Then after reading this email I tried again and got the same error as you mention, but wait, I tried again after another 1/2 hour and it worked. So I presume that they are doing some development and you happened to hit the site at just the wrong time, try again

Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread Rajkumar, Joseph
Hi Folks Does any one have this combination working on a Sun/Solaris-2.7 box. I have tried high and low to get it to work, but I am having lots of problems. I have been able to create the cocoon.war file, but I am unable to proceed further. Thanks Joseph Rajkumar PS: Please note that I

Help... [C2]how to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread jesskung
Dear Cocoon users We are implementing a publishing system where a content owner is able to add new web pages. However from our understanding, we need to recompile the sitemap and also to restart Tomcat once we add a new page in the C2 system. Please advise if we understand this wrongly. If

C2- How to implement visitor personalisation feature?

2001-07-03 Thread jesskung
Dear Cocoon users Has anyone implemented this feature before? It is a feature similar to excite.com where they allow the visitor to custom turn on or off certain sections of the web page. Any help is greatly appreciated! Is this feature possible in C2? Thanks in advanced. Regards,

Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread jesskung
Dear Cocoon users We are in the midst of implementing a publishing tool using Cocoon 2. We understand that in order to add a new web page into the system, we will need to update the sitemap file and recompile this. We may need to restart Tomcat as well in order for the system to recognise the

RE: how to precompile the xsp ?

2001-07-03 Thread JEULIN Olivier
I'm working with C1, but I think XSP works the same way in C2: XSP pages are compiled if - the java file doesn't exist - the XML file is newer than the java file So, if you want to precompile XML files, you'll have to send a request for those files to your web server. I guess

Re: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread java guru
Hi., If u see the cocoon2 sitemap. it has something like patterns which map the user request to the actual document to be published. And you can use wildcards in the patterns to send the web pages dynamically to the user. So i think the web page(or xsp or image) names to be requested need not

Re: Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread java guru
Hi., Best thing would be delete the log and start the c2 again.. send the log with environment info to mailing listand hope Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

RE: how to precompile the xsp ?

2001-07-03 Thread java guru
There is a procedure describe in faq of c2 on how to pre-compile the jsps at the build level..I tried but not luck..i have posted same to this mailing list so may times with no response... Hopefully, someone would reply --- JEULIN Olivier [EMAIL PROTECTED] wrote: I'm working with C1, but

Re: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread Sergio Carvalho
On Wed, 04 Jul 2001 00:01:05 +0800, [EMAIL PROTECTED] wrote: -- Dear Cocoon users We are in the midst of implementing a publishing tool using Cocoon 2. We understand that in order to add a new web page into the system, we will need to update the sitemap file and recompile this. We may need

Re: Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread Marcus Crafter
Hi Joseph, We have a similar configuration here, but its with Solaris 2.6. What's happening when you start tomcat ? What's in the servlet and cocoon2 logfiles ? Cheers, Marcus On Tue, 3 Jul 2001, Rajkumar, Joseph wrote: Hi Folks Does any one

Query problems !

2001-07-03 Thread Gustavo Mejia
Hi !! I am making a query passing it from a JSP file, my code is very simple but I got an error: java.lang.RuntimeException: Error executed prepared statement: ? at _C_._tomcat._webapps._cocoon._m3._query_m3.populateDocument(_query_m3.java:233) at

FW: RuntimeException: Error creating org.apache.cocoon.processor.xsp.XSPProcessor:

2001-07-03 Thread shivanarayanan
BDY.RTF

XML inside XML, and XSLT inside XSLT

2001-07-03 Thread Carloz Alaniz
Can someone help me or tell me there is such a thing as including an XML file inside another XML file, or including an XSLT file inside another XSLT file? Does such a thing exist?? ~carloz begin:vcard n:Alaniz;Carloz x-mozilla-html:FALSE org:ASIC New Products Development adr:;;

C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Stefan Seifert
I want to include the result of a cocoon transformation as part of another JSP Page as follows: ... jsp content ... % String strIncludeURL = ../cocoon/meeting_agenda.htm?MeetingID=1; % jsp:include page=%=strIncludeURL% flush=true/ ... jsp content ... Unfortunately this does not work. If i

Help... How to dynamically generated pages without recompiling sitemap?

2001-07-03 Thread Jessica Kung
Dear Cocoon users We are in the midst of implementing a publishing tool using Cocoon 2. We understand that in order to add a new web page into the system, we will need to update the sitemap file and recompile this. We may need to restart Tomcat as well in order for the system to recognise the

Floating Point alignment

2001-07-03 Thread Carloz Alaniz
Does anybody know how to use XSLT to align floating point numbers in an HTML Table? (e.g.) My ex.xml file looks like this: ?xml-stylesheet href=ex.xsl type=text/xsl? ?cocoon-process type=xslt? mytable heading My Heading /heading row 1.234 /row row 23.3432 /row row 1.2 /row row

XSP and DTD

2001-07-03 Thread Mohamed Ramzy
hi i have a very strange problem, actually i'm passing parameters from HTML file into .XML file. in the .XML i'm using XSP to receive these parameters, i'm using a DTD to include external entities. here is the code ?xml version=1.0? ?xml-stylesheet type=xsl href=xx.xsl? ?cocoon-process tye=xsp?

Re: [C2] - trying out Simple SQL

2001-07-03 Thread java guru
Hi., The poolable error i got in the instances where the connection pool couldnt be created for any reason..so 1. You could specify jdbc driver properties in database.properties and then go ahead with build process. That way the correct jdbc properties would be propagated to different parts

Cocoon 1.8.3???

2001-07-03 Thread Ramsés Morales
Hi. Are you planning a new Cocoon 1.8.x release, or we have to jump immediately to Cocoon 2?? thanks for your help. - Please check that your question has not already been answered in the FAQ before posting.

The sitemap handler's sitemap is not available Help

2001-07-03 Thread Kalven Beaver
HelpHelp... Anyone run into this problem and have a workaround or solution? Followed instructions and still get: type internal-server-error message The sitemap handler's sitemap is not available. description

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread java guru
this problem is being reported and sollutions being suggest numerous times...Please seach the mail archive... --- Kalven Beaver [EMAIL PROTECTED] wrote: HelpHelp... Anyone run into this problem and have a workaround or solution? Followed instructions and still get:

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread Lajos Moczar
I've watched this list for months as others have had this problem, and today I got bit by it myself (Cocoon2b1 w/ Tomcat 3.2.2 on Win 98). Just delete $TOMCAT_HOME/lib/jaxp.jar and $TOMCAT_HOME/lib/parser.jar. That did it for me. Lajos Galatea IS Inc. Kalven Beaver wrote: HelpHelp...

Re: C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Jeff Turner
On Tue, Jul 03, 2001 at 10:39:19PM +0200, Stefan Seifert wrote: I want to include the result of a cocoon transformation as part of another JSP Page as follows: ... jsp content ... % String strIncludeURL = ../cocoon/meeting_agenda.htm?MeetingID=1; % jsp:include page=%=strIncludeURL%

formvalidator and xform

2001-07-03 Thread java guru
Hi., I really like the idea of form validator stuff and appreciate the efforts put into it... I was wondering if there is work goingon in the area of xforms/xfdl stuff.. Your input is highly appreciated.. Do You Yahoo!? For

Re: Cocoon 1.8.3???

2001-07-03 Thread Frans Thamura
I prefer to use 1.8x, because all of my script is not work in cocoon 2, that is because sitemap.xmap file. Still question Frans - Original Message - From: Ramsés Morales [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 6:11 PM Subject: Cocoon 1.8.3??? Hi. Are