RE: Cocoon: presentation tier + J2EE EJB business tier --- a vali d performant architecture?

2003-06-09 Thread Morrison, John
Steve Brackenbury wrote: > > Because the developers are inexperienced with XSL. I'd really like to > establish some "patterns-of'-usage" up front before development > starts. I'm hoping this will simplify things and as you pointed out > in your post Bertrand, will help focus developers on using X

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Yes I am running on NT. Any examples of how to setup > 'secured' datasources and connecting via JDBC. > Currently my databases are setup on cocoon.xconf as below :- > > > > > jdbc:oracle:thin:@my_server:my_port:my_

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
Oh how well I know the stupidity of corporations. Question: do you need to store the connection information there at all? If you are running on NT (I presume you can do this on *nix, but I'm no expert), you could setup a datasource (which can be secured and contains the password etc to connect) t

RE: Cocoon on a Zaurus PDA

2003-02-14 Thread Morrison, John
I'd be interested too! (Got one last Sunday) This would prob be better on the -dev list, CC'ing. J. > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED]] > Sent: Friday, 14 February 2003 10:23 > To: [EMAIL PROTECTED] > Subject: Cocoon on a Zaurus PDA > > > Dear All, > > I

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Hi, > Is there anyway to enable password encryption in cocoon's > database connections in cocoon.xconf? > > > > > jdbc:oracle:thin:@my_server:my_port:my_SID > username > my_encrypted_password >

RE: Microsoft SQLserver with cocoon

2002-12-02 Thread Morrison, John
Christopher, Would you consider putting this information into some form of documentation we could include with the code? Thanks, J. > -Original Message- > From: Christopher Watson [mailto:[EMAIL PROTECTED]] > Sent: Monday, 2 December 2002 11:37 am > To: [EMAIL PROTECTED] > Subject: RE:

RE: Cocoon task scheduler

2002-10-28 Thread Morrison, John
web get, it's a unix program. Also available (via cygwin) for windows. J. > > Hello Bert, > > Sorry but what is a wget? > > Sylvain === Information in this email and any attachments are confidential, and may not be copied o

RE: Simple XSP Ordering Problem

2002-10-15 Thread Morrison, John
There are several objects available for use in xsp, take a quick look in the generated java, they should be documented there. J. PS, folks: when you reply, *please* trim any excess off :) > From: Sonny Sukumar [mailto:[EMAIL PROTECTED]] > > Hmmm, I didn't read about the request object in my Co

RE: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Morrison, John
AFAIK the icon must be in the root of the server, not in the image directory. > From: Barbara Post [mailto:[EMAIL PROTECTED]] > > Does a direct call of the url in the browser to the .ico work ? Indeed > image/bmp seems right, afaik... > > > From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]> >

RE: using xsl transformation twice

2002-09-10 Thread Morrison, John
You are trying two different methods. When you do multiple s it applies one to your xml, then the next to the _output_. Multiple s combine seperate xsl into one then applies a transform. J. > -Original Message- > From: Karpenstein, Cristina (Apprentice) > [mailto:[EMAIL PROTECTED]] > S

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. ===

RE: building 2.0.3

2002-07-17 Thread Morrison, John
> From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > Mike, > > So since Cocoon is a servlet this means you need servlet.jar > in order to build Cocoon. Actually, Cocoon isn't just a servlet it's perfectly possible to use it from a command line :) J. > -Andy > > Carsten Ziegeler wrote: > >

RE: [ANN] Apache Cocoon 2.0.3 Release

2002-07-15 Thread Morrison, John
Congrats everyone :) === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no int

RE: "Clean" Cocoon

2002-07-04 Thread Morrison, John
Just out of curiosity - what does a "clean" cocoon consist of? batik-all-1.5b2.jar bsf-2.2.jar commons-jxpath.jar commons-logging-1.0.jar deli-0.6.5.jar fop-0.20.3.jar hsqldb-1.61.jar jakarta-poi-1.6.0-dev-20020505.jar jena-1.3.0.jar jimi-1.0.jar jisp_1_0_2.jar jstyle.jar jtidy-04aug2000r7-dev.ja

RE: PLEASE, PLEASE document the installation correctly!!

2002-07-04 Thread Morrison, John
> From: Alexander Schatten [mailto:[EMAIL PROTECTED]] > > Stephan Michels wrote: > > > The samples in the CVS were restructured. Try /cocoon/samples/. > > thank you very much for this fast hint. in fact, it did not work, but > brought me to the idea, that the sitemap is structured in an > oth

RE: No-caching for SVG's

2002-07-02 Thread Morrison, John
anges. I just want to know how to use Expires or > what should I > do to add headers to the response in Cocoon. Should I make a > new serializet, > can I use an action? > > Faw > > From: "Morrison, John" <[EMAIL PROTECTED]> > > > I think you got drown&

RE: No-caching for SVG's

2002-07-01 Thread Morrison, John
I think you got drown'd in a thread war, sorry :) You don't say what version of Cocoon you are using or what browser you are targeting. The way around this (for the latest cvs version of Cocoon) is to wrap anything you don't want caching in a pipeline. Give it a try, it works for me ;) J.

RE: Giving up! Cocoon too big, slow and confusing

2002-07-01 Thread Morrison, John
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > Stop suggesting that the people who are complaining contribute > = > > I don't have a beef with the people exhorting people to > contribute, but > there is a chicken and egg problem of getting to the point > where 1) it's

RE: HeaderSelector...

2002-06-18 Thread Morrison, John
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > From: Morrison, John [mailto:[EMAIL PROTECTED]] > > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > > > From: Morrison, John [mailto:[EMAIL PROTECTED]] > > > > > > > > I'

RE: HeaderSelector...

2002-06-18 Thread Morrison, John
> From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > From: Morrison, John [mailto:[EMAIL PROTECTED]] > > > > I'm trying to use the header selector, but I keep dropping through > > to the default (jpeg). Does anybody have a clue what I'm missing/ > >

RE: Using Xalan from the command line?

2002-06-14 Thread Morrison, John
This doesn't really have anything to do with cocoon. Please ask on more appropriate lists. : isn't a path seperator in windows, ; is. J. > -Original Message- > From: Derek Hohls [mailto:[EMAIL PROTECTED]] > Sent: Friday, 14 June 2002 1:03 pm > To: [EMAIL PROTECTED] > Subject: Re: Using

RE: What does really do?

2002-06-14 Thread Morrison, John
http://xml.apache.org/cocoon/faq/faq-sitemap.html#faq-3 > -Original Message- > From: Volker Schneider [mailto:[EMAIL PROTECTED]] > Sent: Friday, 14 June 2002 11:50 am > To: [EMAIL PROTECTED] > Subject: What does really do? > > > Dear colleagues, > > does anybody know the difference be

RE: cocoon as commandline tool

2002-06-11 Thread Morrison, John
There's (some) discussion of this in the archives, particularly the development ones. J. === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor

RE: Cocoon in detail

2002-05-29 Thread Morrison, John
Hi, If theres one in particular that you want to understand the best thing you can do is search the archives of this (and the dev) mail list. If you still cannot find the information from there or the documentation, please write here and ask. All we would like in return for supporting your quer

RE: tomcat/jboss bundle problems

2002-05-20 Thread Morrison, John
lifecycle of the deployed > tomcat apps, so > the server.xml is not used - jboss specific configuration > files are used > instead. > > So I can't just simply upgrade to 404b3, even if I'd like to. > > > Nick. > > > On Mon, 2002-05-20 at 13:04

RE: tomcat/jboss bundle problems

2002-05-20 Thread Morrison, John
Cocoon works well with the latest beta (4.0.4b3) with no need to move any jar's around :) J. > -Original Message- > From: Nick Airey [mailto:[EMAIL PROTECTED]] > Sent: Monday, 20 May 2002 12:34 pm > To: Cocoon Users > Subject: tomcat/jboss bundle problems > > > Hello everyone, > > I

RE: Compressing SVG: sorry - forgot the URL

2002-05-20 Thread Morrison, John
> From: Alex McLintock [mailto:[EMAIL PROTECTED]] > > At 10:47 17/05/2002, Kirwan, K. wrote: > >Dear All, > > > >I'm working on version1 of an online traffic-information site at: > >http://localhost:8080/cocoon/traffic-xml/home > > > >The SVGmaps produced are currently quite large - so download

RE: How Can I access Macromedia Flash file through cocoon

2002-05-01 Thread Morrison, John
Access? You mean read? Set up a with the correct mime-type and src. You can either google for the mime-type or, if you have httpd; search it's list. Oh, BTW, please don't post HTML emails to this list. J. -Original Message- From: manish [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 1

RE: Portal request

2002-04-25 Thread Morrison, John
> From: Matthew Langham [mailto:[EMAIL PROTECTED]] > > Hi, > > Carsten and I will be speaking/presenting on the additional portal and > authentication components in Cocoon at a couple of conferences in the > upcoming months. If you are using the (used to be called) sunRise and > sunSpot componen

RE: Charting

2002-04-08 Thread Morrison, John
data in XML > 2. transform it to a standard line chart xml (not svg but > contains all data to render the svg: axis, max value, labels, > points, lines) > 3. transform it to SVG (it's only a skin) > > my line.xsl I sent combines the step 2 and step 3 that's why > it&#

RE: Charting

2002-04-08 Thread Morrison, John
They were a contribution I made some time ago. They *all* have some bugs in them though... :( They (used) to work with C2, but I've not tried them for a _long_ time :) If you want to fix them... please feel free to send the patches to either me or the batik groups. (There weren't any comments i

RE: Problems with font embedding

2002-03-07 Thread Morrison, John
I'm sorry, I wrote the docs originally as some notes on how I got it to work. I went through them yesterday and, apart from jar names and path changes the steps remain unchanged. I *know* that the folks who should have the last word are users, but no-bodies bothered to say "this is wrong it shou

RE: howto get rid of long url without Apache web server?

2002-03-07 Thread Morrison, John
Tomcat requires the 8080; look in it's doc's on how to change it. /cocoon is the webapp change it to be root (again, tc question). myproject is sitemap - don't match it :) J. > -Original Message- > From: marco [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 07 March 2002 8:48 am > To: [EMAI

RE: Problems with font embedding

2002-03-06 Thread Morrison, John
No offence intended, but before asking did you read/grep the documentation? I know it's out of date(the jar's in the classpath are old), but... http://xml.apache.org/cocoon/userdocs/serializers/pdf-serializer.html should tell you *everything* you need to know. ==

RE: Problems with font embedding

2002-03-06 Thread Morrison, John
d the cocoon-cvs-version ? > > -Ursprüngliche Nachricht- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 6. März 2002 14:04 > An: '[EMAIL PROTECTED]' > Betreff: RE: Problems with font embedding > > > You are using cvs head? It should be in

RE: Problems with font embedding

2002-03-06 Thread Morrison, John
Sorry, that should have gone to the list. Are you including xml-apis.jar in your classpath? J. > -Original Message- > From: Matthias Fischer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 06 March 2002 12:18 pm > To: Morrison, John > Subject: RE: Problems with

RE: C2 + SOAP ?

2002-02-28 Thread Morrison, John
Checkout the samples. > -Original Message- > From: Jerzy Kut [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 28 February 2002 10:18 am > To: [EMAIL PROTECTED] > Subject: C2 + SOAP ? > > > Can C2 cooperates with SOAP? How? > Is it only pure Java cooperation (own actions or logicsheets) > o

RE: Install problems with Cocoon2

2002-02-27 Thread Morrison, John
What version of TC are you using *exactly*? Oh, and please don't post in HTML... :) J. > -Original Message- > From: Cathie Hagen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 February 2002 5:54 am > To: '[EMAIL PROTECTED]' > Subject: Install problems with Cocoon2 > > > I am trying

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Morrison, John
Many congratulations to all who contributed! Esp to Carsten :) J. === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third

RE: AW: cocoon 2 unter linux

2002-01-31 Thread Morrison, John
> From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 31 January 2002 10:54 am > To: '[EMAIL PROTECTED]' > Subject: AW: AW: cocoon 2 unter linux > > > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > > > Gesendet: Donnerstag, 31. Janua

RE: AW: cocoon 2 unter linux

2002-01-31 Thread Morrison, John
Let me guess - you are running a headless server or you have no X installed? > -Original Message- > From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 31 January 2002 10:37 am > To: '[EMAIL PROTECTED]' > Subject: AW: AW: cocoon 2 unter linux > > > Hi, > > > -Urs

RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Morrison, John
Check out WEB-INF/web.xml Theres some notes in there... > -Original Message- > From: Tsui, Alban [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 30 January 2002 3:57 pm > To: [EMAIL PROTECTED] > Subject: how to add extra classes into cocoon's classpath? > > > Hi > > I have no idea add e

SOAP

2002-01-29 Thread Morrison, John
Hi, I've a couple of examples of soap I'm trying to get to work. I can as .jsp... The sitemap fragment looks like: and the two examples are: http://apache.org/xsp"; xmlns:soap="http://apache.org/xsp/soap/3.0";> http://www.lemurlabs.com:80/rpcrouter"; meth

RE: How can get the xml-file which cocoon produces...

2002-01-15 Thread Morrison, John
> From: Jörn Heid [mailto:[EMAIL PROTECTED]] > > 1. Use a stylesheet and an html serializer > 2. Don't use a stylesheet und use the xml serializer with a > content-type of > application/occet-stream (or something like that) > 3. Write your own action At the moment - he can't, if you read the me

RE: Multi - Page Tables Examples

2002-01-15 Thread Morrison, John
Hi Viktor, Just two points: 1) This is a FOP question and would probably get a better answer on their list and 2) Even if it was a Cocoon question it would be better asked on the -users list as it doesn't have anything to do with developing the framework. I'm afraid I can't answer your question

RE: HTTP Compression

2002-01-03 Thread Morrison, John
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 03 January 2002 3:30 pm > To: [EMAIL PROTECTED] > Subject: Re: HTTP Compression > > > > - Original Message ----- > From: "Morrison, John" <

RE: HTTP Compression

2002-01-03 Thread Morrison, John
Nobody has written one to my knowedge specifically for Cocoon. However, there is one for the Apache Webserver and it's possible to do under Tomcat. I *think* you can do something with IIS 5 too... > -Original Message- > From: GUNTURU, SRINIVAS [Non-Pharmacia/1000] > [mailto:[EMAIL PROTEC

RE: RE: Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-05 Thread Morrison, John
> > ------ > sample-page2fo.xsl > > > . > font-size="24pt" line-height="14pt">page > .. > > > >

RE: RE: Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-05 Thread Morrison, John
What is your OS and what does your serializer settings (for fo2pdf) look like? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 05 December 2001 4:14 am > To: cocoon-users > Subject: RE:RE: Help Me fop in Cocoon2 !!! embedded font Problem > >

RE: Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-04 Thread Morrison, John
Search the docs for fop and fonts. It _is_ possible. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 04 December 2001 12:26 pm > To: cocoon-users > Subject: Help Me fop in Cocoon2 !!! embedded font Problem > > > I made a successful test that F

RE: Fastest Platform (softwarewise)?

2001-10-23 Thread Morrison, John
> -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 23 October 2001 2:17 pm > To: [EMAIL PROTECTED] > Subject: Re: Fastest Platform (softwarewise)? > > > Phil Blake wrote: > > > > Hi, > > > > We run apache/tomcat/cocoon on 3 server platforms, Linux

RE: Aggregation Error

2001-10-02 Thread Morrison, John
> -Original Message- > From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 02 October 2001 4:20 pm > To: [EMAIL PROTECTED] > Subject: Aggregation Error > > > Hi everyone, > > Maybe I do not get the idea of pipelines and the aggregation > stuff, but this > what happen

RE: Debug XSP

2001-09-27 Thread Morrison, John
ng fails, then > there is no java > file either? > > Is there a posibilty to compile the XSP by hand? > > Thanks > > Tobias > > "Morrison, John" wrote: > > > What OS/Servlet Engine are you using? > > > > Under Tomcat the source is... >

RE: Debug XSP

2001-09-27 Thread Morrison, John
What OS/Servlet Engine are you using? Under Tomcat the source is... $TOMCAT_HOME/work/[context name]/org/apache/cocoon/www/... > -Original Message- > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 27 September 2001 11:36 am > To: [EMAIL PROTECTED] > Subject: Debug XSP

RE: cocoon2 and other servlet runners

2001-09-26 Thread Morrison, John
I use both Tomcat 4.0 and ServletExec 3.1 > -Original Message- > From: Ed Nixon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 26 September 2001 2:47 pm > To: [EMAIL PROTECTED] > Subject: cocoon2 and other servlet runners > > > Are there any of you who have experience and success running

[c2] xsl:output cdata-section-elements

2001-09-26 Thread Morrison, John
Hi All, Has anybody gotten xsl:output cdata-section-elements to work under C2? J. === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclo

RE: cocoon 2 and tomcat 4

2001-09-25 Thread Morrison, John
The reason is to do with the following message: >On Mon, 24 Sep 2001, Glenn Nielsen wrote: > >> Date: Mon, 24 Sep 2001 07:33:01 -0500 >> From: Glenn Nielsen <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Tomcat 4 jaxp.jar and crimson.jar now in common/lib

RE: Tomcat-4.0 and Cocoon-2.0B2

2001-09-19 Thread Morrison, John
It works - you've just got to watch out for xml parsers and substitute xerces/xalan where required. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, 19 September 2001 3:53 pmTo: cocoon-usersSubject: Tomcat-4.0 and Cocoon-2.0B2Hi Folks

RE: Re[2]: xml compressing

2001-09-05 Thread Morrison, John
Whether browsers support compression (usually either gzip or zip I think) is sent as part of the header of the request. It is then up to the server to do any compression (of the supported type) it desires. To my knowledge: Apache httpd can compress it's output. TC 4 I think can (it's a filter a

RE: log sizes

2001-09-04 Thread Morrison, John
The latest cvs C2 head has log rotating functionality... > -Original Message- > From: Matt Jezorek [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 04 September 2001 3:48 pm > To: [EMAIL PROTECTED] > Subject: log sizes > > > Is there anyway to make logs smaller include less in the logs > or

RE: Front end Validations/mouse events trapping

2001-09-04 Thread Morrison, John
It's standard html after the xsl has been processed... In your xslt you have a match which would look something like... Everything w

RE: Front end Validations/mouse events trapping

2001-09-04 Thread Morrison, John
EMAIL PROTECTED] > Subject: RE: Front end Validations/mouse events trapping > > > Yes, i need to track the cursor on the browser for the corresponding > tooltips to display. > > -Original Message- > From: Morrison, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday

RE: Front end Validations/mouse events trapping

2001-09-04 Thread Morrison, John
By 'front end' do you mean on the client side - ie in the browser? > -Original Message- > From: Ankush Anand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 04 September 2001 8:28 am > To: [EMAIL PROTECTED] > Subject: RE: Front end Validations/mouse events trapping > > > Its not in faq > >

RE: Protecting your XSP Code.

2001-09-03 Thread Morrison, John
I believe that a compiled delivery is only possible with C2. If I'm wrong - somebody will correct me :) J. > -Original Message- > From: Enke Michael [mailto:[EMAIL PROTECTED]] > Sent: Monday, 03 September 2001 3:58 pm > To: [EMAIL PROTECTED] > Subject: Re: Protecting your XSP Code. > >

RE: Content aggregation and serializers

2001-08-20 Thread Morrison, John
Theres a better way - put all your 'internal' pipelines in one and mark it as internal... > -Original Message- > From: Michael Homeijer [mailto:[EMAIL PROTECTED]] > Sent: Monday, 20 August 2001 11:17 am > To: '[EMAIL PROTECTED]' > Subject: Content aggregation and serializ

RE: Transforming Dreamweaver html pages in XSLs...

2001-08-17 Thread Morrison, John
Tidy (either the Java or C++ version) works OK. Just do a web search or check (I think) the w3c site. > -Original Message- > From: Tiberiu DONDERA [mailto:[EMAIL PROTECTED]] > Sent: Friday, 17 August 2001 3:46 pm > To: [EMAIL PROTECTED] > Subject: Transforming Dreamweaver html pages in X

RE: session-invalidator and back-button?

2001-08-16 Thread Morrison, John
ession information > stored on server..and even if the browser try to get > the page from server, it would fail as the session is > already expired... > > This is done very frequently in banking and public > email systems... > > Again correct me if wrong.. > Hey,

RE: session-invalidator and back-button?

2001-08-16 Thread Morrison, John
Sent: Thursday, 16 August 2001 2:02 pm > To: [EMAIL PROTECTED] > Subject: RE: session-invalidator and back-button? > > > Hi., > Correct me if i am wrong...why not use page > expiration time in http headers?.. > > > --- "Morrison, John" <[EMAIL PROTEC

RE: session-invalidator and back-button?

2001-08-16 Thread Morrison, John
If you use the javascript:location.replace (I *think* that's what its called) I don't *believe* that the new page is added to the history... > -Original Message- > From: Enke Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 16 August 2001 1:54 pm > To: [EMAIL PROTECTED] > Subject: Re:

RE: testing against different versions of browsers

2001-08-16 Thread Morrison, John
Browser agent strings are listed in the webapp/sitemap.xmap around line 75ish If there's any more or any comments you would like added, please submit a patch to the dev list :) > -Original Message- > From: java guru [mailto:[EMAIL PROTE

RE: Why doesn't Cocoon2 recognize [position() < last()] ??

2001-08-16 Thread Morrison, John
the code since it > handled everything else I've given it. > > I do not understand John's question through. The output would > be set from > the "sitemap.xmap". I just plugged in my XML and XSL there, > and let Cocoon > do the work. > > Is this a bug wit

RE: couple of questions about latest build

2001-08-14 Thread Morrison, John
; Thanks for both replies man.. > > cya > > --- "Morrison, John" <[EMAIL PROTECTED]> > wrote: > Oops, that might be my fault; all the FOP > generated > > Serializers are > > undergoing a fair amount of re-coding atm to allow > > support of

RE: minimal sitemap for c2

2001-08-14 Thread Morrison, John
> -Original Message- > From: java guru [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 14 August 2001 3:33 pm > To: cocoon users > Subject: minimal sitemap for c2 > > > Hi., > I wanted to minimize the memory usage by c2 as the > server is extremely memory sensitive... > > 1. Are there a

RE: couple of questions about latest build

2001-08-14 Thread Morrison, John
Oops, that might be my fault; all the FOP generated Serializers are undergoing a fair amount of re-coding atm to allow support of more FOP generated stuff. FOPSerializer doesn't really _say_ what it is. Unless you _know_ that FOP generates PDF it's a little miss-leading. > -Original Message

RE: request taglib + query

2001-08-14 Thread Morrison, John
The logicsheets are prob being applied in the wrong order... try select name as reg_name, deviceID as reg_deviceID, description as reg_description, startTime as reg_startTime, endTime as reg_endTime from user, terminal, deviceTy

RE: Why doesn't Cocoon2 recognize [position() < last()] ??

2001-08-13 Thread Morrison, John
Also, check versions - is C2 running with the version you manually generated the output from? > -Original Message- > From: Stefan Seifert [mailto:[EMAIL PROTECTED]] > Sent: Monday, 13 August 2001 3:47 pm > To: [EMAIL PROTECTED] > Subject: AW: Why doesn't Cocoon2 recognize [position() < la

RE: [C2] Pipeing non-XML thrue Cocoon

2001-08-10 Thread Morrison, John
A custom 'reader' of some sort? > -Original Message- > From: Drasko Kokic [mailto:[EMAIL PROTECTED]] > Sent: Friday, 10 August 2001 10:38 am > To: [EMAIL PROTECTED] > Subject: [C2] Pipeing non-XML thrue Cocoon > > > Hi there, > > I wonder if anybody had come accross this problem > befo

RE: [C2] How to get web.xml parameters in an XSP ... ?

2001-08-07 Thread Morrison, John
You can do something like this... http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> display description param1 some value here a better description here ... and access it in your xsp like context.getInitParameter("param1") 'cause I put the code in there! ;) J. > -

RE: Cocoon2 : pb with "Slasdot" sample.

2001-07-26 Thread Morrison, John
Cocoon2 : pb with "Slasdot" sample. > > > I have internet access with NT authentification (it is ok), and the > connexion use a proxy. > Where and how can I set the proxy's parameters ( in tomcat ?). > Thanks, > Claude. > > -Message d'origine- >

RE: How to contribute to documentation?

2001-07-26 Thread Morrison, John
If you pull the source from cvs and look in xdocs/dtd you'll see a documents.dtd file. If you examine the xml files in xdocs you'll see they conform to this. If you write your document with this dtd and post it to the dev mailing list I'm sure people would thank you for it. J. > -Original

RE: Cocoon2 : pb with "Slasdot" sample.

2001-07-26 Thread Morrison, John
It looks like it couldn't connect to the Slashdot server - do you have internet access from the machine where C2 is running? What gateways/firewalls/proxies are in the way? How do you authenticate? Or is it a responding proxy? J. > -Original Message- > From: LEUZINGER Claude (DSIT-EX)

RE: [C2] Docs, Docs, Docs....

2001-07-18 Thread Morrison, John
Pick an itch and scratch ;) Basically - anywhere. > -Original Message- > From: Peter Royal [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 18 July 2001 2:22 pm > To: [EMAIL PROTECTED] > Subject: Re: [C2] Docs, Docs, Docs > > > At 03:03 PM 7/17/2001 -0700, you wrote: > >Can everyone p

RE: how to create dynamic graphique with XML

2001-07-18 Thread Morrison, John
JASC have something which can draw SVG, CorelDraw 9 has a pug-in and 10 full support and the Adobe tools are (apparently) very good at outputting SVG. The easiest way to generate something which is dynamic when you don't understand the tech well enough to write it verbatim is to generate a static

RE: [C2] sitemap & &

2001-06-29 Thread Morrison, John
How about 2 matchers - one (which comes first) for plan.xml and one (for everything else) which calls index.xsl? > -Original Message- > From: Orgalist [mailto:[EMAIL PROTECTED]] > Sent: Friday, 29 June 2001 15:09 > To: [EMAIL PROTECTED] > Subject: [C2] sitemap & & > > > here's what I'

RE: Re[2]: Installing C2 on ServletExec 3.1

2001-06-22 Thread Morrison, John
c [mailto:[EMAIL PROTECTED]] > Sent: Friday, 22 June 2001 15:03 > To: Morrison, John > Subject: Re[2]: Installing C2 on ServletExec 3.1 > > > Hi John, > > on Friday, June 22, 2001, you wrote: > > > > It *is* possible. I've been having a conversation w

RE: Installing C2 on ServletExec 3.1

2001-06-22 Thread Morrison, John
It *is* possible. I've been having a conversation with Davanum Srinivas, he solved it and updated the cvs. I've just submitted to him a patch for the install.xml document. > -Original Message- > From: Zeljko Rajic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 20 June 2001 09:06 > To: [E

RE: which is the problem?

2001-06-19 Thread Morrison, John
t) xspCurrentNode).normalize(); > xspCurrentNode = (Node) xspNodeStack.pop(); > } > > > whit a bit change in original code. Now the compilation is ok > but it doesn't > get value: > > > > for(int u = 0; u < viewer.getThrValues().length; >

RE: which is the problem?

2001-06-19 Thread Morrison, John
or and with variable the > compiler says the > same things > > int u = 10; > > > > > > formatDate(u,1,viewer) > > > formatDate(u,2,viewer) > > > > formatDate(u,3,viewer) > > > > > >

RE: which is the problem?

2001-06-19 Thread Morrison, John
I don't know for sure, but I believe that the tag is the cause. Try... for(int u = 0; u < u++){ formatDate(u,1,viewer) formatDate(u,2,viewer) formatDate(u,3,viewer) } J. -Original Message

[c2] Parameter aggregation?

2001-06-07 Thread Morrison, John
Could anybody tell me if this is possible... I have two internal feeds... http://pc:8080/feed/{1}/{2}/{3}/{4}/description2.xml"/> http://pc:8080/feed/{1}/{2}/{3}/{4}/address.xml"/> and an aggregate one... trying to pass parameters in