DO NOT REPLY [PATCH QUEUE] Summary March 22 2003

2003-03-21 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to th

OpenOffice Flat-XML and XIndice

2003-03-21 Thread Stephan Meinl
Hi folks, I am working on an CMS with OpenOfficeWriter and Xindice. I am using the FlatXML-Filter of OpenOffice to produce raw XML which I wanted to store in Xindice and retrieve it with Cocoon. Everthing seemed to work fine until I tried to retrieve such a document via Cocoon. (Retrieval from a JA

Re: Problems basic-link in xsl-fo

2003-03-21 Thread J.Pietschmann
Jessica Niewint wrote: No, for me it is even impossible to build the PDF. So I will rebuild cocoon this afternoon. May something is wrong. It seems that the tag basic-link is non know or accepted by the PDF. We got also problems to display a gif . And this on to different servers with two differe

content management systems - who is using a cms with cocoon?

2003-03-21 Thread Chris Dietz
Anybody using a CMS(content management system) with Cocoon? I would like to hear what you are using. I am looking into Wyona/Lenya and forrest. -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

[ANN] New Cocoon Training Dates

2003-03-21 Thread Lajos
Hi folks - I'll be offering my two Cocoon classes again this spring, in Colorado (US). Cocoon Fundamentals will be from 4/22-23, followed by Advanced Cocoon from 4/24-25. Course details and registration info can be found at http://www.galatea.com/training/courses. We'd like 5 participants in e

SOLVED: Re: AW: Antwort: Multiple pdf with one match?

2003-03-21 Thread Eric di Domenico
Here is how to write a pdf(more or less because I am attempting to print but this should work for writing a PDF) Sitemap: test.xml: http://apache.org/cocoon/source/1.0";> http://www.w3.org/1999/XSL/Format"; xmlns:xsl="http://www.w3.org/199

Re: Redirection limit exceeded & IBM Java2 SDK 1.4

2003-03-21 Thread Maxime Levesque
I experienced the same thing, and haven't found why IBM's jdk behaves this way, I'm curious to know, but too lazy to investigate ;) Kochin Chang wrote: Hi, There appears to be a problem with the combination of Cocoon 2.0.4 and IBM Java2 SDK 1.4. Recently I installed a server with following

Re: cocoon-view as possible security problem?

2003-03-21 Thread Tony Collen
On Fri, 21 Mar 2003, Geoff Howard wrote: > >>So, at the end, I would do: > >> > >>1) turn off views from the default sitemap. NOTE: this will turn off the > >>ability to make static snapshots of your webapp from the cocoon CLI! Well, this is obviously not good for us... so... > >>2) write a pr

Redirection limit exceeded & IBM Java2 SDK 1.4

2003-03-21 Thread Kochin Chang
Hi, There appears to be a problem with the combination of Cocoon 2.0.4 and IBM Java2 SDK 1.4. Recently I installed a server with following components: + Red Hat Linux 7.3 + IBM Java2 SDK 1.4 + Tomcat4 4.1.18 + Cocoon 4.0.2 After copied cocoon.war into the tomcat4's webapps folder, restarted to

Any Cocoon People in Berlin, Germany?

2003-03-21 Thread Ines Robbers
Hallo! Gibt es hier in der Liste Cocoon-Kenner aus Berlin? Ich bin auf der Suche nach MitstreiterInnen für ein Gründungsprojekt. Freue mich auf Antwort! Ines Hi there, Are there any people from Berlin working with Cocoon and interested in meeting up? Ines

RE: transform xsp generated xml to pdf

2003-03-21 Thread Frank Daly
Thanks a million Joerg, That worked. Enjoy your weekend, Frank -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: 21 March 2003 16:40 To: [EMAIL PROTECTED] Subject: Re: transform xsp generated xml to pdf Hello Frank, it's good to hear, that at least the static X

xform repeat and java beans: null pointer exception

2003-03-21 Thread Barber, Dan
Title: xform repeat and java beans: null pointer exception Hi, There might be a simple solution to this problem, but I have not been able to find it.  Here is the problem: I have a Java Bean that returns an array of objects.  I try to display the list using the xf:repeat in an xml file. 

Re: transform xsp generated xml to pdf

2003-03-21 Thread Joerg Heinicke
Hello Frank, it's good to hear, that at least the static XML works. So there are not more so many possibilities. If 'test2.pdf' works (returns a PDF), something must be wrong with the other pipeline. Did you really request 'result.xml'? If you get XML with this request, there must be another ma

RE: transform xsp generated xml to pdf

2003-03-21 Thread Frank Daly
Thanks for your post Joerg My pipeline is The funny thing is I copied the XML from IE6 into a text file, deleteted the minus signs, set up a new pipeline as below and this works. Frank -Original Me

RE: XSL and script code - please help

2003-03-21 Thread adam . kaczmarz
Hi, I recommend: http://www.zvon.org/ (very short, very useful and informative tutorials on XSLT) http://www.w3.org/TR/xpath#corelib - list of functions. http://www.mulberrytech.com/xsl/xsl-list/ hope it helps, cheers, A. > -is there a fract() function ? I know that a floor > function exists.

Re: transform xsp generated xml to pdf

2003-03-21 Thread Joerg Heinicke
Hello Frank, Frank Daly wrote: Hi I have worked through Leigh Dodds, IBM Developer Works, excellent tutorial showing how to use cocoon to query databases. I am able to generate the xml data and output this in IE6. My problem starts when I try to transform this data to xsl:fo and then pdf. My xm

RE: What produces those warnings mean? Can I suppress them?

2003-03-21 Thread Tsui, Alban
Yeah I have tried changing the log level to error instead of warn and it seems to work but is there something that I need to worry about because of that huge amount of warnings!? Everytime I hit the page again on my brwoser I get a couple more of WARN(2003-03-21) 14:43.09:843 [core.manager]

RE: XSL and script code - please help

2003-03-21 Thread Delis, Christopher E.
"for loops" and the use of variables (like in imperative languages like C/Java) are implemented differently in xslt. recursion is often used. i recommend doing a search on "functional programming" and "xslt" in google. there are probably many examples of how to write "functions" similar to yours

RE: Castor and Cocoon

2003-03-21 Thread Lyall, Keith
Title: RE: Castor and Cocoon Hi Gary, If you look in the scratchpad area of the source (src\scratchpad\webapp\samples\castor) there is an example of how to do a Castor transformation. Keith. -Original Message- From: Howard, Gary [mailto:[EMAIL PROTECTED]] Sent: 21 March 2003 14:0

Re: What produces those warnings mean? Can I suppress them?

2003-03-21 Thread Girish Patil
Did you try changing the debug level in the web.xml of your implementation.? "Tsui, Alban" wrote: > I have got a simple xsp > >language="java" > xmlns:xsp="http://apache.org/xsp"; > > > > > > hello > > > > > > with the following pipeline: > > >

What produces those warnings mean? Can I suppress them?

2003-03-21 Thread Tsui, Alban
I have got a simple xsp http://apache.org/xsp"; > hello with the following pipeline: But I keep on getting the following warnings in my core.log. (my logkit is set to war

Re: AW: Antwort: Multiple pdf with one match?

2003-03-21 Thread Eric di Domenico
I disagree, I bet you can do this with a FileSource and the pdf serializer don't exactly know how yet... but I am working on something right now to be able to print from the server. I will post something on the subject if I get it to work later today Ciao Eric On Vendredi, mars 21, 2003,

transform xsp generated xml to pdf

2003-03-21 Thread Frank Daly
Hi I have worked through Leigh Dodds, IBM Developer Works, excellent tutorial showing how to use cocoon to query databases. I am able to generate the xml data and output this in IE6. My problem starts when I try to transform this data to xsl:fo and then pdf. My xml file contains child nodes. T

Re: Cocoon and database example

2003-03-21 Thread Frank Daly
You should try the ibm developerworks site. The relevant link is http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-byt itle /AC994D2B8F0B85D086256BC1006B53AC?open&l=472,t=gr Frank ---Legal Disclaimer--- The above electron

Re: wget blocks on cocoon pages

2003-03-21 Thread Andrew Savory
Hi Matthias, On Fri, 21 Mar 2003, Matthias Brunner wrote: > Accessing a cocoon page with wget takes much longer than usual: > "wget http://localhost:8080/cocoon/"; takes 20 seconds! What sort of perceived speed do you get using the "GET" command? Try: GET -uUesd http://localhost:8080/c

Castor and Cocoon

2003-03-21 Thread Howard, Gary
I have a Java object that I am trying to turn into XML in my custom generator class. I am trying to use Castor to do this. I am not sure how to integrate Castor into the generator class. My concern is how I set the ContentHandler. Does anyone have any input. There was not much on the web about

AW: Antwort: Multiple pdf with one match?

2003-03-21 Thread Scherler, Thorsten
Thanks Manfred. One Request - One Response! You are so right! So really no work around! -> Ok, back to JavaScript! Thanks again Thorsten -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. März 2003 14:59 An: [EMAIL PROTECTED] Betreff: Antwo

Antwort: Multiple pdf with one match?

2003-03-21 Thread manfred . weigel
Hi Thorsten! There is one big Problem: ONE request ends up in ONE response, there is no way around! (http standard) But... if you submit your form to a pipeline which produces a frameset splitted up in three areas, every area could call the real pipeline for producing PDF Your idea doing it b

wget blocks on cocoon pages

2003-03-21 Thread Matthias Brunner
Hello! First of all: I do not know whether this problem is really cocoon-specific, it could also be related to tomcat or wget. Yet wget seems to be fairly well tested and this problem does not occur when other pages are served by tomcat. Accessing a cocoon page with wget takes much longer than

Multiple pdf with one match?

2003-03-21 Thread Scherler, Thorsten
Hello group, I want to do the following: I have on html-Form where I put the date. With this date there should be called 3 different piplines resulting 3 DIFFERENT pdf files. Some thoughts: I thought about open 3 different browser windows where each is for one resulting pdf. I can do that with J

XSL and script code - please help

2003-03-21 Thread hgadm
Hi all, I am currently developing a histogram (svg) to be included in the Cocoon portal. The current solution for generation of the SVG code is XSL only. Now I would like to add an algorithm for y-axis autoscaling (see 'pseudocode' below). I am not sure how to do this in pure XSL e.g. -is the

AW: database forms

2003-03-21 Thread Scherler, Thorsten
hi Stephan, by the way are you in Spain right now? see my answer below: -Ursprüngliche Nachricht- Von: Stefan Klein [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. März 2003 10:48 An: [EMAIL PROTECTED] Betreff: Re: database forms >Hi Thorsten, > >thanks for your reply. I've been ponde

Re: cocoon-view as possible security problem?

2003-03-21 Thread Geoff Howard
At 03:19 AM 3/21/2003, you wrote: Stefano Mazzocchi wrote: Tony Collen wrote: Browsing the livesites, on a whim I tried this URL: http://dir.salon.com/?cocoon-view=content and it worked! Obviously someone deploying Cocoon should be aware that this view is "on" by default, and may reveal data i

Re: cocoon-view as possible security problem? (fwd)

2003-03-21 Thread Sylvain Wallez
Tony Collen wrote: forwarding this to -users because i am having a little bit of lag and mistyped the address the first time :P Have a look at my answer on cocoon-dev : http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104823479001495&w=2 Sylvain -- Forwarded message -- Date: Th

Re: Problems basic-link in xsl-fo

2003-03-21 Thread Jessica Niewint
No, for me it is even impossible to build the PDF. So I will rebuild cocoon this afternoon. May something is wrong. It seems that the tag basic-link is non know or accepted by the PDF. We got also problems to display a gif . And this on to different servers with two different cocoon releases. May

Re: database forms

2003-03-21 Thread Stefan Klein
Hi Thorsten, thanks for your reply. I've been pondering about your mail for a little while now. The xsl looks like a clever idea. A few things remain unclear to me: What way do you use to get the data out of the DB. SQL-Transformer? What do you refer to by static and variable data? static=the de

Re: Cocoon and database example

2003-03-21 Thread Stefan Klein
Have you had a look at the SQL-Transformer? That might be what you're looking for. You're code would be something like: http://apache.org/cocoon/SQL/2.0";> select * from news This would get you XML that you can pass through XSL: Have a look at:

Re: Using XSP in XSL

2003-03-21 Thread Scherler
First read: http://xml.apache.org/cocoon/userdocs/concepts/index.html then: http://wiki.cocoondev.org/Wiki.jsp shankar wrote: Hello, I am new to cocoon. I need have a xsp file with element say . I like to get the value of the element in my XSL..? How to do ti? I searched the net and I didn't find

Re: Antwort: Cocoon on OS/390 Unix System Services

2003-03-21 Thread Oliver Alth
Hi enio, thanks for your suggestion. Unfortunately, it didn't work. The same problem as before. Oliver __ IBM Deutschland Entwicklung GmbH, Schönaicher Str. 220, D-71032 Böblingen eServer Software Management, D4357, Intern: 7103-0