JBoss+Tomcat+Cocoon

2001-06-15 Thread david berkowicz
I have not had much success trying to find information about integrating JBoss and Tomcat with Cocoon 1.8.2. However, after long and frustrating hours I have succeeded in getting a 95% perfect installation. I followed the general installation instructions for integrating cocoon with an Apache-Tomc

Re: Xalan version for Cocoon 1.8.x

2001-06-15 Thread Steven Punte
Werner: If you are looking for better performance, I've achieve operation of cocoon 1.8.2+ with Saxon. Straigh 1.8.2 requires some modifications. See http://www.candlelightsoftware.com/cocoon for detail information. steve On Fri, 15 Jun 2001 16:14:19 +0100, [EMAIL PROTE

Re: Xalan version for Cocoon 1.8.x

2001-06-15 Thread Frans Thamura
Yah, Cocoon 1.8.2 have problem if you install Xalan 2.. Bad...yeah.. Frans --- Werner Guttmann <[EMAIL PROTECTED]> wrote: > Hi, > > Given that I have not seen any reply to my question, > let's try it again (and > rephrase it at the same time .. ;-)). > > Is it possible to move from Xalan 1.2

Re: generate dinamic page from a single index.xml

2001-06-15 Thread Frans Thamura
Usually in dynamic page, pages is a collection of 1 or more function, in cocoon this is mean 1 or more XML. I think cocoon don't have that feature.. I usually used cocoon just for create 1 XML, RDF, or RSS file. just it, or create html form, which I do it right now. Frans --- Christopher Pain

cocoon2 + logicsheet

2001-06-15 Thread Kester Habermann
Hi, I am trying to get the example "greeting3.xml" from http://xml.apache.org/cocoon2/logicsheet-guide.html to work with cocoon2. On the page it says: There is another way to apply a logicsheet, which doesn't require a processing instruction for each file that uses the logicsheet. The seco

WHAT IS WRONG??

2001-06-15 Thread Pankaj Malhan
I WANT TO UNSUSCRIBE AND I AM NOT ... WHAT TO DO/?? __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ - Please check that your question

Re: [c1->c2] Is it a must to create a war file ... etc

2001-06-15 Thread Christopher Kohlhaas
giacomo [[EMAIL PROTECTED]] wrote: > > > > > > Windows 95/98 tells me that I don't have enough environment- memory? > > > > > > This is another neat feature from DOS- times. > > To increase enviroment-space add the following line to your > > config.sys (and restart)

[C2] How do I install a taglib?

2001-06-15 Thread Gary Clark
OK, I'm lame. I've read everything I could find so if its out there, I missed it. How do I install a taglib under C2b1? Here is the taglib (testing.xml) http://apache.org/xsp"; xmlns:testing="http://www.jeld-wen.com/testing/1.0"; xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; > A

preserving xslt indentation?

2001-06-15 Thread Anthony E.
Is there ANY way to preserve the xslt indentation of stylesheet templates in the output when using cocoon 1.8? one line of output is extremely difficult to debug, and makes it hard for 3rd parties to coherently read the resulting xml. I've read the usual arguments that whitespace slows the proce

Re: C2: recommended method for accessing Database, esp. for nestedqueries?

2001-06-15 Thread Donald Ball
On Wed, 13 Jun 2001, [iso-8859-1] Götz Botterweck wrote: > I'm already using the ESQL. Now I'd like to do nested queries. Somewhat > like that > > QUERY > retrieve departments > FOR EACH department d > retrieve all members of d > /FOR EACH > /QUERY > > I've seen th

RE: (urgent)ESQL question

2001-06-15 Thread Donald Ball
On Wed, 13 Jun 2001, Ramesh Vejendla wrote: > HI ALL, > here i tried to keep esql results into varible and comparing with > other variable , but its not working ...plz help me out. > > > String uname=""; > > > > > uname=; >

Access to EngineWrapper inner classes

2001-06-15 Thread Mark McGettrick
Hello all, I'd like to pass the 'request' object into a java function... I see that it's provided as what seems to be an inner class to EngineWrapper. The java program 'request' is getting passed to needs to import and declare the appropriate data type, and of course that doesn't seem to be worki

UK Apache User Group

2001-06-15 Thread Peter Hargreaves
Hi Folks, Is anybody in the London / Thames Valley area of the UK interested in getting together for a drink, a chat and to promote the use of open standards and solutions (particularly Apache Cocoon)? Perhaps someone already knows of an Apache or similar User Group in the area. Any other id

Re: cocoon 2 building ...

2001-06-15 Thread Eirik Dentz
I had the same problem trying to build Cocoon2 on with 1.3.1. Downgraded to Blackdown's 1.3.0 and it built without any problems. Anyone out there able to build Cocoon2 with 1.3.1 on Linux? Any special configuration needed to get it to work? (kernel, C library, classpath) > From: Christopher Cob

disable-output-escaping needed in this situation?

2001-06-15 Thread Wes Morgan
I am trying to generate some Javascript with an XSLT stylesheet. I have to generate it with the stylesheet and put it in the document because the values that go into the Javascript function calls come from the data in the XML file itself. I am also putting HTML into the function calls, so this

Re: cocoon 2 building ...

2001-06-15 Thread Christopher Cobb
I've gotten segfaults using 1.3.1 on Linux with a number of different applications. Stay with 1.3. cc Sylvain PERROT wrote: > Hi all cocooners ... > > I have 2 quick questions about cocoon 2 building ... > > 1) When I try to build cocoon 2 using the jdk1.3.1 and I only get an > error mess

Re: generate dinamic page from a single index.xml

2001-06-15 Thread Christopher Painter-Wakefield
Simone, this is very easy to do, and Cocoon provides many different ways you can do it. Here's a simple example using only XML and XSLT: index.xml: one two three index.xsl: http://www.w3.org/1999/XSL/Transform"; version="1.0">

[c1->c2] Is it a must to create a war file ... etc

2001-06-15 Thread Arno Illmann
Hi all! And thanks for the help setting the environment for command.com. And after the build etc. (a bit difficult was deciding to put all cocoon jar-files into tomcat/lib, and which old jars have to be deleted) my questions about if it is a must to create a war file are obsolete. ;-) Best reg

AW: cocoon 2 building ...

2001-06-15 Thread Felix Knecht
Thats correct, LDAPTransformer uses the JNDI package. Felix > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 15. Juni 2001 14:01 > An: [EMAIL PROTECTED] > Betreff: RE: cocoon 2 building ... > > > Seems like you need the JNDI package (wh

RE: Rant (was: Re: Style-free XSLT Style Sheets samples code)

2001-06-15 Thread Ross Burton
On 14 Jun 2001 21:32:23 +0200, Uli Mayring wrote: > There is no consolation, it's too late. Microsoft is well on its way to > sabotage the Internet by ignoring standards. The only thing we can do is > stop using their products. Sorry for sounding religious, but with the > latest smart tags contro

Re: Xalan version for Cocoon 1.8.x

2001-06-15 Thread Werner Guttmann
Hi, Given that I have not seen any reply to my question, let's try it again (and rephrase it at the same time .. ;-)). Is it possible to move from Xalan 1.2.2 to Xalan 2 without breaking anything in Cocoon 1.8.2 ?. I just tried this last week, and I am having problems telling me that the XMLPars

RE: cocoon 2 building ...

2001-06-15 Thread tom . klaasen
Seems like you need the JNDI package (which is packaged with jdk1.3, but not with 1.2) See http://java.sun.com/products/jndi/index.html good luck tomK -Original Message- From: Sylvain PERROT [mailto:[EMAIL PROTECTED]] Sent: vrijdag 15 juni 2001 11:19 To: [EMAIL PROTECTED] Subject: cocoo

RE: Xsl Formatting

2001-06-15 Thread JEULIN Olivier
I'm using Stylus 2.0. Althought it's not a WYSIWYG editor the way you (we?) want, it helps stylesheet editing: you can see the effect of your templates in real time, all the templates can be accessed in a scroll list, auto-completion... Here is a 30 days free evaluation: http://www.exceloncorp.com

Xsl Formatting

2001-06-15 Thread Janesh Vasudeva
I am facing lots of problems in formatting xsl's   as we have frontpage for generating html code , emulators for generating wml code,   do we have any tool for creating xsl's for html , wap  which is easy to use , placing components and getting xsl code instead of writing and checking it ag

RE: How to pass sitemap parameters to XSP

2001-06-15 Thread Torsten Curdt
> Hi Cocooners! > > First congratulations on exelent work. Cocoon2 is shaping up > quite nicely. > > What I would like to do is to pass parameter into XSP from > sitemap. Here is a part of sitemap: > > > > > > > > > How can I get hold of category_id in XSP... Sor

RE: Rant (was: Re: Style-free XSLT Style Sheets samples code)

2001-06-15 Thread JEULIN Olivier
> On Fri, 15 Jun 2001, Daniel Schneider wrote: > > > . and IE users can't see the *.text as intended. This > is one very simple > > reason why I really do not recommend IE in any educational > environment. > > Even worse with Cocoon-generated XML ==> HTML files. Say you > have foo.xml > a

Re: problems with xsp date__cking java code?

2001-06-15 Thread Janesh Vasudeva
There's a repository dirctory where all java codes generated by xsp are foung and it is specified cocoon.properties check it whether it is commented ? Janesh - Original Message - From: Denny <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 2:55 PM Subject: Re: prob

How to pass sitemap parameters to XSP

2001-06-15 Thread Vjekoslav Nesek
Hi Cocooners! First congratulations on exelent work. Cocoon2 is shaping up quite nicely. What I would like to do is to pass parameter into XSP from sitemap. Here is a part of sitemap: How can I get hold of category_id in XSP... Sorry if this is RTFM. Also sitema

Re: problems with xsp date__cking java code?

2001-06-15 Thread Denny
Hi Jan You mention cking the java code: > You can always check the Java code generated by the xsp, this sometimes > helps to understand the error. Can you tell us how you do that? I'm a newbie as you might have guessed! TIA Denny Uyttenhove Jan wrote: > > Lisa, > > first, java.util.Date is

cocoon 2 building ...

2001-06-15 Thread Sylvain PERROT
Hi all cocooners ... I have 2 quick questions about cocoon 2 building ... 1) When I try to build cocoon 2 using the jdk1.3.1 and I only get an error message : # ./build.sh -Dinclude.webapp.libs=yes webap p Apache Cocoon 2 Build System Buildfile: build.xml /ro

Re: [C2] Flash

2001-06-15 Thread cc
On Fri, 15 Jun 2001, Denny wrote: > > You might as well consider the developments taking place in SVG. With > the inclusion of SMIL and SVG in the not too distant future SVG IMHO > holds more promise than any "proprietary" format... > > regards > Denny It's not directly XML but you might w

Re: Rant (was: Re: Style-free XSLT Style Sheets samples code)

2001-06-15 Thread Uli Mayring
On Fri, 15 Jun 2001, Daniel Schneider wrote: > . and IE users can't see the *.text as intended. This is one very simple > reason why I really do not recommend IE in any educational environment. Even worse with Cocoon-generated XML ==> HTML files. Say you have foo.xml and transform it with Co

Re: Rant (was: Re: Style-free XSLT Style Sheets samples code)

2001-06-15 Thread Daniel Schneider
Uli Mayring wrote: > > On Thu, 14 Jun 2001, William Bagby wrote: > > > Please correct me if I'm wrong, but are you saying that IE is not > > HTTP-compliant? > > Exactly. We as Cocooners see that, for example, in the infamous IE/PDF bug > (see FAQ). It happens, because IE ignores parts of the HT