RE: [CRASH] 2.1-Dev with HTMLGenerator Transformer

2003-04-03 Thread Bruno Dumon
Bruno, I'm making a little bit of progress, but I'm still having problems getting the XSL to go through successfully. The crashes and exceptions have stopped, but now I'm still experiencing some strangeness with XSL. Here's my sitemap: [... snipped sitemap snippet ...] And here's

Re: warning message in core.log

2003-04-03 Thread Stavros Kounis
i have to look for default as attribute in map:components element or in child elements of map:component? the only child element without 'default' attribute in map:components is map:actions can this warning message cause malfunctions? stavros On Thu, 3 Apr 2003, Jeff Turner wrote: On Thu,

XMLForm: problem with prepare() method

2003-04-03 Thread Sylvain.Thevoz
Hello, You can see below the prepare() method of my XMLForm action: code protected Map prepare() { if (getCommand() == null) { Form.remove(getObjectModel().getFormId()); getForm().addFormListener(this); return page(VIEW_FORM1); } else if

Re: warning message in core.log

2003-04-03 Thread Jeff Turner
On Thu, Apr 03, 2003 at 11:48:36AM +0300, Stavros Kounis wrote: i have to look for default as attribute in map:components element or in child elements of map:component? Most children of map:components ought to have a 'default' attribute. the only child element without 'default' attribute

Getting context and work directory in SourceFactory or Action

2003-04-03 Thread Peter Klotz
Hi, it looks like a Action or SourceFactory cannot be Contextualizable? I want to get the context directory of the webapp or the Cocoon work directory. I though that in order to get that I let the Action and the SourceFactory implement Contextualizable and then with workDir =

AW: Cocoon on Orion2

2003-04-03 Thread Michael Gerzabek
seems you're working with Web3RfcTransformer but didn't deploy the right version of SAP Java Connector. -Ursprungliche Nachricht- Von: e nio [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 03. April 2003 09:00 An: [EMAIL PROTECTED] Betreff: Cocoon on Orion2 1. I am not able to

CLASSPATH

2003-04-03 Thread Ines Robbers
Hi, Can someone tell me what this CLASSPATH environment variable is supposed to look like (I'm trying to install Cocoon and Lenya). CLASSPATH = .\;C:\Programme\Apache Group\apache-ant-1.5.2\lib What does this .\; mean? Is this some sort of command? Or does it have to be simply: CLASSPATH =

Re: XSP Problem

2003-04-03 Thread Lionel Crine
I won't be able to answer all your questions. for xalan, be careful to put the new jar in the cocoon lib directory \webapps\cocoon\WEB-INF\lib and remove the old one. I don't think that you need to change anything in the cocoon.xconf. Browse the mailing list to be sure. Lionel

Antwort: RE: SAX Validation

2003-04-03 Thread manfred . weigel
Hello all, Thank's for your hints so far! To be more detailed: We are looking for a SAX Validation inside the contenthandler, what means, right inside the SAX chain without building a dom representation (or something similar). original question Does anybody know if its possible in Java to

Re: SAX Validation

2003-04-03 Thread Bruno Dumon
On Thu, 2003-04-03 at 17:39, [EMAIL PROTECTED] wrote: Hello all, Thank's for your hints so far! To be more detailed: We are looking for a SAX Validation inside the contenthandler, what means, right inside the SAX chain without building a dom representation (or something similar). MSV

Re: AW: Cocoon on Orion2

2003-04-03 Thread e nio
Hi Michael, I do not have SAP db on my machine therefore I dont have the need for this portion. You know how to exclude this SAP related stuff specifically on the 2.1 dev block? I did build all the scratchpadwar so perhaps eliminating that may take it out. Anyone else may have

sitemap authentication - mySQL

2003-04-03 Thread Stavros Kounis
hi i try to make from scratch an example of sitemap authentication but i dont know where is the database the [protected] example use is there any interface (command line maybe) to this database? how can i make this example use a table in a mySQL database running in the same machine ? stavros

Re: Authentication framework sample and Mozilla...

2003-04-03 Thread jin wu
hi oliver, i have the similar but worse problem than you. Using Netscape 4.78 or IE 6.0, the protected resource is protected well during the first time login-access-logout-deny process, however, after i tried the same process the second time, the protected resource is still accessable after i

XSP-authentication framework related query

2003-04-03 Thread Gautam Ganguly
hi there, I am currently using the authentication framework in my Cocoon-2.1 . How do i access the authentication context info like ID,role..in my xsp page. I tried accessing the record using the getxml but i just got blanks in them. My test.xsp code looks like this:=

Re: tunning Cocoon, Jetty/Tomcat to increase performances ?

2003-04-03 Thread Charles Yates
zze-MORY Nicolas FTRD/DMI/REN wrote: Hello, Anyone know any Web site where i can find informations to tune cocoon to increase significantly performances. Yes :-) http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=cocoon+performancebtnG=Google+Search Same question for Jetty and Tomcat ??

Cocoon and Tomcat

2003-04-03 Thread Kevin . Gutch
Would the install directions for Cocoon 2.0.4 and Tomcat 4.1.24 using JDK 1.4 be the same as installing on Tomcat 4.0.4b1 LE with JDK 1.4.0 This combination is also easy to install. 1.Build the Cocoon webapp as described above. 2.Copy xml-cocoon2/build/cocoon/cocoon.war into

Stripping space from XSP output

2003-04-03 Thread Michael Vennera
Anyone know a way (besides XSLT) to strip white space from XSP output. I tried the following: xsp:page default-space=strip xml:space=default However, this has no effect on whitespace in my output. Obviously, I could use XSLT to strip the space, but I have performance concerns - I don't want to

Content formats

2003-04-03 Thread Ryan Hoegg
Hi all, I've been looking through the samples in 2.1 dev and all over the wiki and the web, but have not found many good resources on XML web content representation. Perhaps I have missed something; if so, please point me to it. In my travels, I have found several formats in use: -

Re: Content formats

2003-04-03 Thread Tony Collen
On Thu, 3 Apr 2003, Ryan Hoegg wrote: snip/ What format do seasoned Cocoon people use to represent web content? That is, when the choice isn't made for them because of pre-existing content. XHTML, of course. At least, when I'm writing suff that will probably just go on the web. Either

PDF Forms and XSL:FO

2003-04-03 Thread cocoon user
Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO?Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: PDF Forms and XSL:FO

2003-04-03 Thread Tony Collen
On Thu, 3 Apr 2003, cocoon user wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? I think it depends on the XSLFO spec, as well as FOP (the current fo2pdf serializer). I seem to recall a discussion earlier about FOP not having any forms support currently.

Re: Content formats

2003-04-03 Thread Alex Romayev
I haven't seen/used any standardised page layout formats. I'm using Cocoon's portal framework and I like/use their idea of spliting the page into independent coplets (sometimes known as portlets). I know it's not much, but it's a good start and I'm actually enjoying some nice benefits. What

Re: PDF Forms and XSL:FO

2003-04-03 Thread J.Pietschmann
cocoon user wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? No. Check the spec for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: CLASSPATH

2003-04-03 Thread Olson, Dave -Systems
Can someone tell me what this CLASSPATH environment variable is supposed to look like (I'm trying to install Cocoon and Lenya). An excellent resource for understanding how the java virtual machine finds classes is at http://java.sun.com/products/jdk/1.2/docs/tooldocs/findingclasses.html

Re: Content formats

2003-04-03 Thread Joe Williams
Studying the DocBook DTD and XSLs can be instructional, as well, for rolling your own. DITA seems to be developed specifically to move away from the book paradigm for creating information products. You can read about it and download the DTDs and XSLs from IBM. Info at the links. Joe

government projects/sites with Cocoon

2003-04-03 Thread Argyn
Hello folks I'm gathering info on Cocoon in government projects. If you know about any live government sites with Cocoon or ongoing project with it, I'd appreciate if you e-mail me about them. I mean any governemnt including USA. thanks, Argyn -Original Message- From: Stefano

XSL transformation exception when run as CLI, but not as servlet

2003-04-03 Thread Olson, Dave -Systems
Dear community: I've been trying to transform a simple DocBook XML file into FO (and also PDF) from the command line. I started by modifying the sitemap that comes with the src distribution's documentation example, by adding my pipeline. I've been able to get that sitemap, with DocBook 1.60.1

XSP exception when running cocoon 1.8 under Tomcat 4.0.6

2003-04-03 Thread JADOUL LAURENT
hi, I'm trying to migrate an web application running under tomcat 3.2 with cocoon 1.8 to tomcat 4.0.6 still with cocoon 1.8, when I run the web server, XSP crash everytime with this exception, does anyone as an Idea or a way to go through : Error found handling the