RE: XML Journal poll.

2002-08-22 Thread Matthew Langham
There is also a vote for best XML Book (Hint hint) :-) - and unfortunately: 6) YOU ARE ALLOWED TO VOTE FOR YOUR OWN PRODUCT WITHIN THE RULES AS DESCRIBED ABOVE. Matthew -- Open Source Group Cocoon { Consulting, Training, Projects }

Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Derek Hohls
Babs Thanks for the suggestion; I have tried what you said (although I could not find a xercesImpl-2.0.0 in the Cocoon lib; only a xerces-1.4.4.jar, which I removed) However, I get exactly the same error as before... Any other options? Thanks Derek [EMAIL PROTECTED] 21/08/2002 04:35:20

RE: Problems installing Cocoon 2.0.3

2002-08-22 Thread Derek Hohls
Thanks todd I am only working with the pre-compiled binary version (Win) and so I am not sure if what you said applies (or if I have misunderstood altogether waht you are suggesting)... [EMAIL PROTECTED] 21/08/2002 04:31:11 Im not sure what is causing YOUR problem, but I found that MY

Re: SVG trouble!

2002-08-22 Thread Raúl Wild-Spain
I'm going to install X in my Debian and to prove again ... thanks J.P. ! ;-)) - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 9:27 PM Subject: Re: SVG trouble! Raúl Wild-Spain wrote: java.lang.UnsatisfiedLinkError:

cocoon 2.0.3, xalan 2.3.1, output encoding

2002-08-22 Thread Barbara Post
I read the following on apache's website : When you use the xsl:output encoding attribute to set output character encoding, you should not use StreamResult(java.io.Writer) to construct a StreamResult object to hold the transformation result. If you do, the Writer uses its own encoding rather

Re: Cocoon portal sample crashes [SUMMARY]

2002-08-22 Thread Alan Hodgkinson
I wrote: I was trying to run the Cocoon portal sample at: http://localhost:8080/cocoon/samples/portal/sunspotdemoportal When I try to log in (with guest/guest)I get the following error: ..[snip].. Any suggestions? Do I need to configure something? Is it broken? ..it was broken. It's now

Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Barbara Post
ok... so, are you sure you downloaded the right binaries for your JVM ? I don't have more ideas for now... sorry. - Original Message - From: Derek Hohls [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 8:35 AM Subject: Re: Problems installing

Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Derek Hohls
Uh - which binaries would those be? (I *did* download the Windows-usable version of C2, if that's what you mean...) [EMAIL PROTECTED] 22/08/2002 09:32:31 ok... so, are you sure you downloaded the right binaries for your JVM ? I don't have more ideas for now... sorry. - Original Message

RE: cocoon 2.0.3, xalan 2.3.1, output encoding

2002-08-22 Thread Stefan Seifert
You can specify a encoding parameter in the HTML Serializer definition in the sitemap like this: map:serializer name=html mime-type=text/html logger=sitemap.serializer.html src=org.apache.cocoon.serialization.HTMLSerializer pool-max=128 pool-min=16 pool-grow=16 encodingUTF-8/encoding

Re: Generator implements threadsafe???

2002-08-22 Thread Stephan Michels
On Wed, 21 Aug 2002, apurva zaveri wrote: does it makes sense implementing ThreadSafe to a custom generator ??? for example like this: public class MyGenerator extends CompeserGenerator implements ThreadSafe { } No, because a Generator implements void

possible bug in 2.1 map:mount src attribute?

2002-08-22 Thread Simon Price
I'm moving an app from 2.03 to 2.1-dev (cvs head, 21 Aug 02) and the sitemap engine no longer seems to support alternative names for the .xmap file. The following fragment used to work fine in 2.03 but only works if I rename sitemap_tal.xmap as sitemap.xmap. (ie. the engine appears to always

Re: possible bug in 2.1 map:mount src attribute?

2002-08-22 Thread Simon Price
I'm using tomcat 4.0.1 with java 1.3.1 Simon Price wrote: I'm moving an app from 2.03 to 2.1-dev (cvs head, 21 Aug 02) and the sitemap engine no longer seems to support alternative names for the .xmap file. The following fragment used to work fine in 2.03 but only works if I rename

Building from cvs

2002-08-22 Thread Murray Cumming
I'm trying to build from cvs, hoping that the problems with the portal are fixed, but I get this error when running build.sh. Do I need to do anything different when building from cvs? I don't have this problem when building the source tarball. generate-java-code: DEPRECATED - xslp processor is

Q: resin cocoon crashes continously!!!

2002-08-22 Thread Raúl Wild-Spain
Hi! I've installed latest Resin and Cocoon with java 1.4 and crashes at all!!. Previously I had detected some explicit cases (SVG and catalog-demo) but definitively my installation doesn't work properly. I've followed the installation instructions for cocoon and java 1.4 and Resin and as strange

AW: AW: AW: Xindice - Pipeline to db

2002-08-22 Thread praktikant
Mmmh, at first I will try this Editing XML Data Using XUpdate and HTML Forms http://www.xml.com/pub/a/2002/06/12/xupdate.html regards Praktikant Hans -Ursprüngliche Nachricht- Von:John Moylan [mailto:[EMAIL PROTECTED]] Gesendet am:Mittwoch, 21. August

XSP Best Practise Question

2002-08-22 Thread Michael Edge
Hi All I have a question regarding the use and purpose of XSP. I believe that XSP is an attempt to separate content/logic from presentation, and I believe it's possible to use it in this way. However, in many of the samples (such as results-dept.xsp below, found in the tutorial) XSP is used

RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email contains it. greetings jens Did you use the request action in the pipeline you tried? I

RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email contains it. greetings jens Did you use the request action in the pipeline you tried? I

RE: XSP Best Practise Question

2002-08-22 Thread Morrison, John
Michael, The _main_ reason that the example XSP operates in this manner is, quite simply, *because* it's example. The best method _is_ as you describe, but that would add extra overhead to the example which would hide what the example is actually trying to show. J.

how to send the parameter by POST to the servlet?

2002-08-22 Thread kavitha ramesh
Hi, I would like to send the parameters to a servlet via the method POST,,,In this case how do my sitemap look like? My current sitemap is as follows: map:pipeline map:match pattern=login.html map:act type=request map:parameter name=parameters value=true/ map:generate

RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email contains it. greetings jens Did you use the request action in the pipeline you tried? I

RE: Using internal paths for sendmail attachments

2002-08-22 Thread Paul Pattison
Thanks for your response Vadim. I've been looking at the util logicsheet and trying to figure this out, but I'm not having much luck. My page is seems to be just hanging. I'm not sure if it's because of the 'resolver' line of code or where I create my URLDataSource in the code. All the

Re: how to hand over parameter to an url?

2002-08-22 Thread KOZLOV Roman
Am I in a time loop? It's the fifth copy of the same mail. Roman Jens Grote wrote: hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email

RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email contains it. greetings jens Did you use the request action in the pipeline you tried? I

Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Vadim Gritsenko
Derek Hohls wrote: A quick follow-up - I took everything off again - reinstalled TC and Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I followed your procedure again. If its of any additional use - below the javax.servlet.ServletException: Servlet.init() for servlet Cocoon2

Re: Q: resin cocoon crashes continously!!!

2002-08-22 Thread Vadim Gritsenko
Raúl Wild-Spain wrote: Hi! I've installed latest Resin and Cocoon with java 1.4 and crashes at all!!. Previously I had detected some explicit cases (SVG and catalog-demo) but definitively my installation doesn't work properly. I've followed the installation instructions for cocoon and java 1.4

Re: possible bug in 2.1 map:mount src attribute?

2002-08-22 Thread Vadim Gritsenko
Simon Price wrote: I'm using tomcat 4.0.1 with java 1.3.1 Simon Price wrote: I'm moving an app from 2.03 to 2.1-dev (cvs head, 21 Aug 02) and the sitemap engine no longer seems to support alternative names for the .xmap file. The following fragment used to work fine in 2.03 but only

Re: Building from cvs

2002-08-22 Thread Vadim Gritsenko
Murray Cumming wrote: I'm trying to build from cvs, hoping that the problems with the portal are fixed, but I get this error when running build.sh. Do I need to do anything different when building from cvs? I don't have this problem when building the source tarball. generate-java-code:

RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
hi, i tried it, but it did not work. the prob is, i cannot find out where the parameters have a problem. it just happens nothing. searching for the key 'servlet' is no good idea. nearly every email contains it. greetings jens Did you use the request action in the pipeline you tried? I

Re: Using internal paths for sendmail attachments

2002-08-22 Thread Vadim Gritsenko
Paul Pattison wrote: Thanks for your response Vadim. I've been looking at the util logicsheet and trying to figure this out, but I'm not having much luck. My page is seems to be just hanging. I'm not sure if it's because of the 'resolver' line of code or where I create my URLDataSource in the

Re: Q: resin cocoon crashes continously!!!

2002-08-22 Thread Raúl Wild-Spain
it don't, Vadim. It's false! - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 2:02 PM Subject: Re: Q: resin cocoon crashes continously!!! Raúl Wild-Spain wrote: Hi! I've installed latest Resin and Cocoon with java

Re: how to send the parameter by POST to the servlet?

2002-08-22 Thread Jens Grote
i have the same problem. it does not work either and i do not know why. Hi, I would like to send the parameters to a servlet via the method POST,,,In this case how do my sitemap look like? My current sitemap is as follows: map:pipeline map:match pattern=login.html map:act

Sorry for repeated mail!!! RE: how to hand over parameter to an url?

2002-08-22 Thread Jens Grote
ups, my mailclient did a little bit too good. sorry. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net - Please check that your question has not already been answered in the FAQ before posting.

Re: Problems installing Cocoon 2.0.3 [xerces to be updated -or NOT?]

2002-08-22 Thread Derek Hohls
Vadim Thanks - well, I do have a freshly installed Tomcat 4.0.4 AND the lastest stable Cocoon binary - OK, I did not reinstall Java (this was not part of the install guide and I was not aware that it was a prerequisite for a C2 installation??) - *thats* why I found it strange that, after

Re: Q: resin cocoon crashes continously!!!

2002-08-22 Thread Vadim Gritsenko
Raúl Wild-Spain wrote: it don't, Vadim. It's false! Then run and set it to true! Vadim - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 2:02 PM Subject: Re: Q: resin cocoon crashes continously!!! Raúl

Re: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko
Derek Hohls wrote: Vadim Thanks - well, I do have a freshly installed Tomcat 4.0.4 AND the lastest stable Cocoon binary - OK, I did not reinstall Java (this was not part of the install guide and I was not aware that it was a prerequisite for a C2 installation??) - *thats* why I found it

RE: Relax NG validation for Cocoon

2002-08-22 Thread Leigh Dodds
- also relaxng has no way for docs to identify schema, any ideas? In my experiments, Jing is told on the command-line which *.rng to use against a particular doc.xml, i.e. the declaration is external to the xml instance. Thats by design. James Clark purposefully decided that identifying

Re: Q: resin cocoon crashes continously!!!

2002-08-22 Thread Raúl Wild-Spain
Ok! Vadim. I've modified resin.conf as you indicates and copied xerces* and xalan* again from /usr/local/resin ... tools/lib/* to /usr/local/java.../jre/lib/endorsed. Now the server don't crash at boot process and resin and cocoon seems work right! ... it seems ... ;-)) thank's a lot Vadim.

Re: Problems installing Cocoon 2.0.3 [xerces to be updated -or NOT?]

2002-08-22 Thread Derek Hohls
Vadim Maybe its just the limits of my own knowledge showing up rather badly here - but it worries me that Cocoon is (perhaps like its namesake!) so fragile. On *my* test machine I can control the environment to a large extent... but have less say over the live machine(s) to which the sites will

how to create an xml document with XMLForm

2002-08-22 Thread Oskar Casquero
Hi, I would like to use XMLFormto collect data through a wizard andsavedata in a DOM tree (bindingforms to DOM nodes). How can be produced SAX events from this DOM tree? Thanks, Oskar

RE: XSP Best Practise Question

2002-08-22 Thread Leigh Dodds
I've been thinking along the same lines recently, and am still in two minds. I'm intending on writing up an essay on the CocoDocoWiki when I get a few minutes. Current musings: Model-View-Controller is the de facto example of a 'best practice' way of organising your web application code to

Re: possible bug in 2.1 map:mount src attribute?

2002-08-22 Thread Simon Price
Thanks Vadim. In case anyone wonders why on earth I changed the name of the xmap files: its so I can tell them apart at a glance in my text editor :-) Vadim Gritsenko wrote: Simon Price wrote: I'm using tomcat 4.0.1 with java 1.3.1 Simon Price wrote: I'm moving an app from 2.03 to

RE: XSP Best Practise Question

2002-08-22 Thread Leigh Dodds
The XSP below mixes content and presentation, and if it contained xsp:logic sections it would be even worse, mixing content, logic and presentation. On this point specifically, I'd consider it a best practice to have *all* logic moved into a logicsheet so that you're left only with your own

Re: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko
Derek Hohls wrote: Vadim Maybe its just the limits of my own knowledge showing up rather badly here - but it worries me that Cocoon is (perhaps like its namesake!) so fragile. On *my* test machine I can control the environment to a large extent... but have less say over the live machine(s) to

Re: Building from cvs

2002-08-22 Thread Murray Cumming
On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote: You should use build.sh, which will (should) ignore your ant. I _am_ using build.sh/ -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com - Please check that your question

Re: Problems installing Cocoon 2.0.3 [xerces to be updated- or NOT?]

2002-08-22 Thread Derek Hohls
OK - I will look - which should be the correct (conforming?) parser...? [EMAIL PROTECTED] 22/08/2002 03:18:58 Derek Hohls wrote: Vadim Maybe its just the limits of my own knowledge showing up rather badly here - but it worries me that Cocoon is (perhaps like its namesake!) so fragile. On

Re: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko
Derek Hohls wrote: OK - I will look - which should be the correct (conforming?) parser...? The one bundled with Cocoon, of course :) Vadim [EMAIL PROTECTED] 22/08/2002 03:18:58 Derek Hohls wrote: Vadim Maybe its just the limits of my own knowledge showing up rather badly

How to execute a command line ?

2002-08-22 Thread Ganael LAPLANCHE
Hi everybody ! I'm new to cocoon, so I'm a bit lost :) I'd like to add logic code to unzip a filethat hasjust been uploaded through a form. How would you do that ? Should I use actions ? Should I use Java orXSP to execute an unzip command... ? This must be a very stupid question... I know,

Re: Building from cvs

2002-08-22 Thread Vadim Gritsenko
Murray Cumming wrote: On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote: You should use build.sh, which will (should) ignore your ant. I _am_ using build.sh/ May be, this is bug in build.sh? In build.bat, always ant from tools/ is chosen, any installed ant gets ignored. PS I

Re: Problems installing Cocoon 2.0.3

2002-08-22 Thread Kjetil Kjernsmo
On Wednesday 21 August 2002 16:35, Barbara Post wrote: try to update xerces to 2.0.2 version. I had this problem too, same environment. H, I'm seeing the same error message right now. I'm trying to install CocoBlog, so I pulled a copy of Cocoon2.1 from CVS last night. Yeah, I guess I'm

Re: Building from cvs

2002-08-22 Thread Murray Cumming
On Thu, 2002-08-22 at 15:09, Vadim Gritsenko wrote: Murray Cumming wrote: On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote: You should use build.sh, which will (should) ignore your ant. I _am_ using build.sh/ May be, this is bug in build.sh? In build.bat, always ant

RE: WebDav, DavFS, Slide and else ....

2002-08-22 Thread ROSSEL Olivier
At the moment, I could get davFS (Linux) to work fine as a local filesystem. I tried cvsfs, but could not make it to work. It's toio bad because it has a natural naming convention - older version of file mapping. Any help is welcome. BTW, I think the newer CVS system made by GNU will have a

Is it possible to do HTML-2-XHTML-2-FO-2-PDF ??

2002-08-22 Thread Florian Georg
Hello, I'm evaluation Cocoon as a possible platform for our new website. The contents will be entirely stored in xml files, and (you guessed it !) be transformed into html via xslt. So finaly I thought it would be a fine thing, to get every html - page automagically as a PDF, *without* the need

Re: XSP Best Practise Question

2002-08-22 Thread Jens Lorenz
- Original Message - From: Hunsberger, Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 4:47 PM Subject: RE: XSP Best Practise Question As you've noted a lot of examples, and suggested solutions to problems posted to this list, use an alternate

Re: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Amy Drew
Unfortunately, that version contains a bug when serializing SAX events. See Xerces2-J Bug#6165. Is Cocoon going to update its version of xerces? This is causing me much grief. -Amy The one bundled with Cocoon, of course :) Vadim