Re: Generator for OpenOffice

2003-03-11 Thread Alexandru COSTIN
Hello, You should check www.axkit.com for an Open Office XSL filter (AxKit is a Perl version of Cocoon) However, I don't know if this is free. Alexandru On Tue, 2003-03-11 at 10:43, Yves Vindevogel wrote: > Anyone who knows whether there's a

Cache in logicsheet!!!!

2003-03-11 Thread Hong Gia Dinh
Title: Cache in logicsheet Hi All, Can somebody tell me how to remove cache in logicsheets??? because everytime i call a page having logicsheet access, change something , and call that page again (with submit action for eg.) it doesn't change , i must access other pages and then back to

Some problems in the installation of Cocoon

2003-03-11 Thread César Ahmedt
Good Evening!!! I would like to ask u for a exception that i´m getting when i configure and install the cocoon, i had follow all the instructions but when i access the principal page http://localhost/cocoon/ i get the follow esception Language Exception: org.apache.cocoon.components.language.La

WebServiceProxy Example

2003-03-11 Thread Saurabh Arora
I have been looking for the webserviceproxy example in 2.0.4 and 2.0.3 cocoon release but cannot find the same. Only documentation exist. I have also tried to look a cvs project cocoon-2.0, but cannot find the same. Where is this Example? saurabh arora -

Re: Images - Lets get this straight

2003-03-11 Thread Niclas Hedhman
On Tuesday 11 March 2003 22:56, Richard Cunliffe wrote: Richard, IMHO, you have a whole set of problems, and inadequate analysis behind each. And the only way to sort things out is a systematic check from top to bottom. If we start at the Apache Webserver httpd.conf. > In the Apache httpd fil

Re: Xindice question

2003-03-11 Thread Irv Salisbury III
Just solved my own problem. Turns out I simply needed to add a trailing slash to my xmldb URL string. You'd think that this would be a pretty common problem. Irv Irv Salisbury III wrote: I thought I had followed the directions at cocooncenter for setting up xindice on my box with cocoon, bu

RE: Image doesn't display

2003-03-11 Thread Geoff Howard
> -Original Message- > From: Ines Robbers [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 4:54 PM > To: Cocoon Mailingliste > Subject: Image doesn't display > > > For now I tried to generate, transform and serialize the image because > as is explain on wiki: "the Reader method w

Xindice question

2003-03-11 Thread Irv Salisbury III
I thought I had followed the directions at cocooncenter for setting up xindice on my box with cocoon, but I am getting: org.xmldb.api.base.XMLDBException: Collection No IndexManager at org.apache.cocoon.components.source.XMLDBSource.resourceToSAX(XMLDBSource.java:215) at org.apache.coco

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Is there any reason, why the src-attribute is not used in the new implementation? Backwards compatibility could not be the reason, because as you can see for my example, it only breaks the working without any claiming on the changed configuration. And if it is the general configuration scheme (

RE: Generator for OpenOffice

2003-03-11 Thread Conal Tuohy
Good point, Upayavira! I've taken your suggestion and implemented an example: http://wiki.cocoondev.org/Wiki.jsp?page=JarProtocolExample Cheers! Con > > Basically, it's the ZipGenerator I need with some extras, but before > > writing the code myself, I was wondering whether someone had done it

disappears!?

2003-03-11 Thread Michael Wechner
Hi if I set within my XSLT, then all the comments disappear from the actual output. Is this a feature or a bug? Thanks Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: double namespace attribute

2003-03-11 Thread Charles Yates
Don't know why, exactly, but this has been discussed here before and the work around is to use namespace prefixes on all elements, ie don't use a default namespace in the document with the query. Something along those lines anyway. This works for me. Charles Robert Douglass wrote: Does an

double namespace attribute

2003-03-11 Thread Robert Douglass
Does anyone know why my sql transformation returns an element with two xmlns attributes? http://apache.org/cocoon/SQL/2.0"; xmlns="http://apache.org/cocoon/SQL/2.0";> Using cocoon-2.0.4-bm14 The xml going into the sql transformation looks like this: http://apache.org/cocoon/SQL/2.0"

RE: Forms

2003-03-11 Thread Antonio Gallardo
The (X)HTML forms can be easily done using Cocoon. You can use the FormValidator Transformer to Validate the forms. If you wish database support you can also make use of Modular Database Actions. On the other hand. I have no experience in writting XSL-FO forms. I dont know if we can use the PDF S

Re: Redirection from the action that is being a part of aggregated pipeline.

2003-03-11 Thread adam . kaczmarz
Hi, I just wanted to fix some "misspeling" in previous post (see end of this mail). The console output I have added states that "cocoon/magellan/admin/groups" cannot be matched - of course it should be "cocoon/magellan/admin/users" - I have exactly the same problem with groups maintanace page.

[OT] Vacation, going to San Fran

2003-03-11 Thread Tony Collen
not that anybody *really* cares, since i tend to lurk, but i'll be unsubscribing from -users and -dev for the 5 days when i will probably have little or no net access. i'm taking my spring break and visiting (probably rainy) san francisco. Blogging will be light, too. ciao! Tony - Cocoon:

AW: Image doesn't display

2003-03-11 Thread Ines Robbers
Many thanks, Richard! I have all the files under Programme/Apache Group/Tomcat 4.1/webapps/cocoon/MYFOLDER/img I have searched for something like a htdocs or wwwROOT - but without success. Not sure how to search for the folder you were talking about. ? Do you mean to save ALL my files under that

Re: Image doesn't display

2003-03-11 Thread adam . kaczmarz
> Hello! Hi I am not expert and I cannot point out where your problem exactly is anyway I use following pipeline (placed somewhere at the end of subsitemap) the images in the xsl (actually part

RE: Image doesn't display

2003-03-11 Thread Richard Cunliffe
Ok I have had this trouble today as well. Do you have your xml files under the cocoon folder or one of your own. If so put the images into a folder like shown: C:\Program Files\Apache Group\Apache2\htdocs\YOUR FOLDER\images YOUR FOLDER = if you have your xml files in a folder called 'guitars' un

Re: writing excel files with merge and coloured cells

2003-03-11 Thread neil
In reply to: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104725042020751&w=2 Although gnumeric xml allows any colour to be specified, excel only has a 56 colour palette. This page shows excel's default palette (some details depend on the version): http://www.mvps.org/dmcritchie/excel/col

Image doesn't display

2003-03-11 Thread Ines Robbers
Hello! I have a problem displaying an image in a stylesheet: I have read the stuff on http://wiki.cocoondev.org/Wiki.jsp?page=ServingStaticFiles "Serving Static Files" but I can't get it to work. It sais in the end there is another why serving images through apache. How does that work? For now I

SQL

2003-03-11 Thread Richard Cunliffe
Hi,   Once an XML SQL statement has been passed through the Cocoon SQL Transformer, I would like it to parse through the XSLT to generate the results as HTML.   Does anyone know how to represent the XML SQL query in the DTD?   Thanks,   Richard.  

Re: FOP, inline SVG, fonts

2003-03-11 Thread Vadim Gritsenko
Joerg Heinicke wrote: Vadim, can you please add the changed configuration of pdf serializer to the documentation? There is only the src-attribute mentioned. Not only documentation is outdated... Javadoc is missing too! Care to provide a patch? ;-) Vadim ---

Re: form and pdf

2003-03-11 Thread J.Pietschmann
Thomas Hamlin wrote: You can use FOP, which implements much of the W3C XSL-FO standard and comes with Cocoon. I'm not sure if FOP supports form generation, though. The XSLFO REC does not cover interactive forms. I'd suggest to use another PDF library which either implements extensions or uses its

Redirection from the action that is being a part of aggregated pipeline.

2003-03-11 Thread adam . kaczmarz
Hi, if anyone could help with following problem I would be thankful. I agregate 5 pipelines. 4 of them are almost simple static HTML the 5th one handles whole logic which is handled by action-set. All of the pipelines work separately. Aggregation also works but *only when none* of the action whic

RE: Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Samuel Bruce
Thanks very much. That worked. I tried the sql namespace prefix before but I put it in the wrong place. Previously I used sql:@nrofrows. Thanks again. --- Luca Morandini <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Samuel Bruce [mailto:[EMAIL PROTECTED] > > Sent: Tuesday,

RE: Forms

2003-03-11 Thread Ines Robbers
Dear Antonio, These forms should be available online as well as being printable. Depending on the form it can either be filled in and send back online or in case of serious issues such as an application the form should be printable so that people can send it back by post. Only in the future online

Re: Forms

2003-03-11 Thread Antonio Gallardo
Hi: Please be a little more specific. The forms will be filled online or just printed by your customer and sended back to you via. Best Regards, Antonio Gallardo Ines Robbers dijo: > Hello list, > > We want to use Cocoon for our forms (application forms etc.). > It should be something like a "f

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Hello Vadim, Frank made a mistake... New configuration syntax which supports Cocoon protocols looks like: context://webapps/ROOT/doc/fop/config.xml Old configuration (with src attribute) does not support protocols, works only with file name (see FOPSerializer.java). Ah, thanks. So at least Coc

Re: FOP, inline SVG, fonts

2003-03-11 Thread Vadim Gritsenko
Joerg Heinicke wrote: Hello Frank, sorry, but this doesn't work in both Cocoon versions. I tested it some time ago with Cocoon 2.0.3 and now with with 2.0.4: Frank made a mistake... New configuration syntax which supports Cocoon protocols looks like: context://webapps/ROOT/doc/fop/config.xml

Re: form and pdf

2003-03-11 Thread Thomas Hamlin
You can use FOP, which implements much of the W3C XSL-FO standard and comes with Cocoon. I'm not sure if FOP supports form generation, though. http://wiki.cocoondev.org/Wiki.jsp?page=FOP http://xml.apache.org/fop http://www.w3.org/TR/xsl/slice6.html#fo-section xavier gibouin wrote: HI i would

Re: XInclude recursion

2003-03-11 Thread Charles Yates
Cocoon's pipeline transformation model makes this sort of recursion difficult to implement. You could write a tranformer to do this, but it would be simpler to have multiple XIncludeTransformers in the pipeline. Charles Darren Petrie wrote: Is anybody using XInclude in a recursive manner? I'

RE: Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Luca Morandini
> -Original Message- > From: Samuel Bruce [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 7:23 PM > To: cocoon > Subject: Accessing nrofrows from SQL Transformer within Stylesheet > > > > My stylesheet snippet is: > > > > > > > I have no problem accessing the sql

Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Samuel Bruce
Hello, I can't seem to access the nrofrows value returned from the SQL Transformer. The resulting XML after the SQL Transformer executes in my pipeline is as follows: http://apache.org/cocoon/SQL/2.0"; nrofrows="4"> ... ... ... ..

how to parse an object

2003-03-11 Thread Lionel Crine
I have a transformer in which I want to parse a "Document" Object : I use org.apache.avalon.excalibur.xml.Parser : Is it possible to give an object to the parser ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Cocoon 2.0.4 Help

2003-03-11 Thread Rajasekhar Atchutuni
Hi, I have installed cocoon 2.0.4 on WebSphere. When I click on documetation link it looking for an URI cocoon/dcocoon/documents/index.html. Also I have a coocoon application newtest and when I go to the URI http://localhost/cocoon/newtest/ -- it goes to an URI /cocoon/ncocoon/newtest. I hav

RE: SQLTransformer stored procedure question

2003-03-11 Thread Luca Morandini
> -Original Message- > From: Irv Salisbury III [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 6:38 PM > To: [EMAIL PROTECTED] > Subject: SQLTransformer stored procedure question > I call an existing stored procedure with: > > > > begin qCha

SQLTransformer stored procedure question

2003-03-11 Thread Irv Salisbury III
I call an existing stored procedure with: begin qChange.R_IMS_CHANGE( 'ALZHEIMERS', '1999 Q3', 'NRX', ?); end; However, I get an "ORA-08103: object no longer exists error" at SQLTransformer:1250. This line looks like it is simp

AW: xml header on delivered pages

2003-03-11 Thread Marco Rolappe
hi nesto,   you can use yes in your serializer config.   but IIUC the xml declaration should be in the markup, since it's xhtml. maybe you have to use a mime-type different from text/html? -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftra

AW: Logicsheets

2003-03-11 Thread Marco Rolappe
just a sidenote; for testing/prototyping purposes you don't need to declare your logicsheets in cocoon.xconf. there's an XSP element you can use to declare a logicsheet within your xsp. example; ... ... > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

Re: FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Hello Frank, sorry, but this doesn't work in both Cocoon versions. I tested it some time ago with Cocoon 2.0.3 and now with with 2.0.4: 2003-03-11 18:26:33,236 INFO [org.jboss.web.localhost.Engine] DEBUG (2003-03-11) 18:26.33:210 [manager ] (/conweb/stream.secure.pdf) Thread-7/ExcaliburComp

How using writeDOMsession and readDOMsession, nobody seams to know!!!

2003-03-11 Thread Lionel Crine
I'd like to use this two transformer but don't know how. Can people who used it explain to me ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

form and pdf

2003-03-11 Thread xavier gibouin
HI   i would like to generate a pdf which includes a form   can i do it with cocoon   thanks !!         Xavier GIBOUINAXONIETel/Fax : 02.40.48.53.23[EMAIL PROTECTED]

Re: object in a transformer

2003-03-11 Thread Lionel Crine
Perhaps it would be simpler to manipulate the DOM -- to be precise the resulting XML -- with XSL rather than XSP? For now I manipulate the result object in the transformer : for (int i = 0; i <= count; i++) { try { SpecialDocument doc = result.Item(

Re: FOP, inline SVG, fonts

2003-03-11 Thread Frank Taffelt
> src="org.apache.cocoon.serialization.FOPSerializer"> > > you should try . On the other side the problem can be bug in batik which occurs as a NPE. When using internal url targets in your fo:instream-foreign-object this problem is present. This bug is fixed in current batik version 1.5 bet

Re: object in a transformer

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 05:15 PM, Lionel Crine wrote: > > >Yes. Shouldn't be too big, though, unless you have enough memory. > > > >> 2/In the xsp page, haow can I get attribute from the DOM object in the > >> session ? > >> Like that : > > > >Retrieve the object and use e.g. jxpath or the dom java api

XInclude recursion

2003-03-11 Thread Darren Petrie
Is anybody using XInclude in a recursive manner? I've been XInclude non-recursively for awhile w/o problems but recently tried to XInclude an XML file with it's own XInclude. According to the XInclude specification it should be recursive but it doesn't appear to work in Cocoon. http://www.w3.

FOP, inline SVG, fonts

2003-03-11 Thread Joerg Heinicke
Hello Cocooners, I have some problems with Cocoon 2.0.3 or 2.0.4, Fop 0.20.3 or 0.20.4, inline SVG (because using cocoon:// protocol does not work in general) and fonts. Using Cocoon 2.0.3 with Fop 0.20.3 my PDFs look really nice according to fonts. But I can not include SVGs using fo:instream

Re: object in a transformer

2003-03-11 Thread Lionel Crine
Yes. Shouldn't be too big, though, unless you have enough memory. > 2/In the xsp page, haow can I get attribute from the DOM object in the > session ? > Like that : Retrieve the object and use e.g. jxpath or the dom java api on it. I'm confused ? Here is what I understand : 1/ get the DOM from t

Fw: XMLForm Validation

2003-03-11 Thread Jeroen Cranendonk
- Original Message - From: "Robert Kromkamp" <[EMAIL PROTECTED]> To: "Jeroen Cranendonk" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 5:12 PM Subject: XMLForm Validation > Hi, > > A Zip code (in the Netherlands) consist of numbers and letters, like 1234AB. > In the content XML this

Re: Images: Outside of cocoon

2003-03-11 Thread Geoff Howard
Put them in the doc root of apache and reference them from cocoon the same way you would from anywhere. If apache's docroot is in C:\Program Files\Apache Group\wwwroot\ for instance, and you have images in C:\Program Files\Apache Group\wwwroot\soundpool\images\ the url will be /soundpool/image

Images: Outside of cocoon

2003-03-11 Thread Richard Cunliffe
  Geoff,   This is obviously not working!   How do I do it if I want the image outside of cocoon, and get then to load within a page being passed through cocoon?     Richard.

Re: HTML-Generator - XPath

2003-03-11 Thread Tony Collen
On Tue, 11 Mar 2003, Harald Wehr wrote: > Hi, > > yesterday we upated our webapp with the current changes of cocoon-2.1 > repository. I have a question concerning the HTML-Generator. The > following sitemap-snippet matched in our previous version the body-tag > of the google-site. This is not work

Re: object in a transformer

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 04:40 PM, Lionel Crine wrote: > By the way, I have few more question > > 1/Can I put anything in the session ? Yes. Shouldn't be too big, though, unless you have enough memory. > 2/In the xsp page, haow can I get attribute from the DOM object in the > session ? > Like that :

Re: object in a transformer

2003-03-11 Thread Lionel Crine
By the way, I have few more question 1/Can I put anything in the session ? 2/In the xsp page, haow can I get attribute from the DOM object in the session ? Like that : 3/If I want the xsp generator to retreive the DOMsessionelement from my custom transfomer, should I use a resource ? At 14:5

Re: Images - Lets get this straight

2003-03-11 Thread Geoff Howard
At 09:56 AM 3/11/2003, you wrote: Geoff, Ok we are going to get this sorted! My directory structure looks like this: C:\tomcat\webapps\cocoon\soundpool\images\musicnews.gif C: |-Program Files |-Apaache Group |- ... |-tomcat |-webapps |-cocoon

enable getlogger error

2003-03-11 Thread Lionel Crine
How can I enable the getlogger error ? does the errors are showed in the "console". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Images - Lets get this straight

2003-03-11 Thread Richard Cunliffe
Geoff, Ok we are going to get this sorted! My directory structure looks like this: C:\tomcat\webapps\cocoon\soundpool\images\musicnews.gif C: |-Program Files |-Apaache Group |- ... |-tomcat |-webapps |-cocoon \sitemap.xmap

Re: Axis as Cocoon component?

2003-03-11 Thread Marcus Crafter
Hi Alexander, Thanks for the report - I've taken this up on the dev list and we'll come up with a solution soon. Cheers, Marcus On Tue, Mar 11, 2003 at 03:01:40PM +0100, Alexander Enns wrote: > Hi Markus, > > the problem was realy the com

Re: Generator for OpenOffice

2003-03-11 Thread Upayavira
> Basically, it's the ZipGenerator I need with some extras, but before > writing the code myself, I was wondering whether someone had done it > before me. Asking a similar question, I pointed someone at an example in the Langham/Ziegler book (a zip source). Someone else then made a point that the

RE: problems with images

2003-03-11 Thread Geoff Howard
Sorry, note the typo below - Exactly what matches you should be using depends on how you have your sitemaps set up. If this is from a root sitemap, it should match pattern="/soundpool/images/*.gif" and map:read src="{1}.gif" and vice versa for *.jpg Sorry for the typo, this pattern should be

RE: problems with images

2003-03-11 Thread Geoff Howard
You are not serving these images through cocoon with these urls. Your main page is at (after breaking out of the frame) http://http.dyndns.org/cocoon/soundpool/soundpool.html, so your cocoon webapp is mounted at /cocoon - but you are referencing the images as /soundpool/images. When I browse

Re: esql nested queries

2003-03-11 Thread Scherler
Tim, thank you very much! belongs on users. <- you are right (the first to dev was a mistake) Tim Myers wrote: Thorsten, This message belongs on users. You can't nest that way because as soon as you hit the nested execute-query everything from the outer query is pushed onto a stack and is i

Re: Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-11 Thread Jeff Turner
On Tue, Mar 11, 2003 at 05:11:30AM -0800, [EMAIL PROTECTED] wrote: > Dear all, > > I would like to dynamically generate an RSS feed from > currently available XML files in a folder on my > webserver to be displayed in the Cocoon portal. > > I have a set of equally structured XML files in a > fold

Re: Axis as Cocoon component?

2003-03-11 Thread Alexander Enns
Hi Markus, the problem was realy the compiler settings. I have changed the compiler setting to Javac. Now all working properly. At last I can begin to play with SoapServer. :-) Thanks for Your help, Alexander >>> Marcus Crafter <[EMAIL PROTECTED]> Tuesday, 11. March 2003 14:10:05 >>> On Tue, M

Re: object in a transformer

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 02:46 PM, Lionel Crine wrote: > At 14:32 11/03/2003 +0100, you wrote: > >On 11.Mar.2003 -- 02:20 PM, Lionel Crine wrote: > >> I have a pipeline in which there is my custom transformer. > >> In this transformer I have a method which access to an XMLDB and get a > >> result object.

Re: Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-11 Thread jmaukisch
Hi, > I would like to dynamically generate an RSS feed from > currently available XML files in a folder on my > webserver to be displayed in the Cocoon portal. I did that some days ago ... This was my approach: 1. Use the directory generator to generate the list of files in your folder 2. Transf

Re: problems with images

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 01:46 PM, Richard Cunliffe wrote: > Could someone tell me all the code that they have written in all > relevant files to make images display. Have a look at the database samples -- there's one for the modular database actions that does image uploads to the database. In addition,

RE: problems with images

2003-03-11 Thread Richard Cunliffe
Geoff, All the different versions of how I have tried to link the image are different methods I tried and not been successful with. To summarise what I have done: 1. I have added the readers into my pipelines in my sitemap 2. I have tried the following ways to link the images: background="/so

Re: object in a transformer

2003-03-11 Thread Lionel Crine
If I understand well, this is possible. But how can I add the object to the session. I think I should do that in the transformer. Can you tell me some more ? At 14:32 11/03/2003 +0100, you wrote: On 11.Mar.2003 -- 02:20 PM, Lionel Crine wrote: > I have a pipeline in which there is my custom tr

Re: object in a transformer

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 02:20 PM, Lionel Crine wrote: > I have a pipeline in which there is my custom transformer. > In this transformer I have a method which access to an XMLDB and get a > result object. > > I want my transformer to get the object (in a session) and get it to an xsp > page. > > Is i

Re: problems with images

2003-03-11 Thread Geoff Howard
And, though the background is correct on the database page, the images contain the following: At 08:28 AM 3/11/2003, you wrote: To make matters worse - I found the following in the html: That would explain a lot... Geoff At 07:58 AM 3/11/2003, you wrote: On 11.Mar.2003 -- 11:44 AM, Richard

Re: problems with images

2003-03-11 Thread Geoff Howard
To make matters worse - I found the following in the html: That would explain a lot... Geoff At 07:58 AM 3/11/2003, you wrote: On 11.Mar.2003 -- 11:44 AM, Richard Cunliffe wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED] > > On 11.Mar.2003 -- 11:20 AM, Richard Cunliffe wrote: > > > Have

Re: Generator for OpenOffice

2003-03-11 Thread Geoff Howard
There's no OpenOffice specific generator in the dist currently, if that's what you're asking. There may be others out there who have developed one and have not added it to the core of cocoon...? Geoff At 04:26 AM 3/11/2003, you wrote: I know the way OpenOffice stores its files (a set of xml fi

object in a transformer

2003-03-11 Thread Lionel Crine
I have a pipeline in which there is my custom transformer. In this transformer I have a method which access to an XMLDB and get a result object. I want my transformer to get the object (in a session) and get it to an xsp page. Is it possible to do such a thing ? Lionel ---

Dynamically generate RSS feed for Cocoon portal from XML files

2003-03-11 Thread hgadm
Dear all, I would like to dynamically generate an RSS feed from currently available XML files in a folder on my webserver to be displayed in the Cocoon portal. I have a set of equally structured XML files in a folder and new files are added to this folder regularly. Now I want to generate the RS

Re: Axis as Cocoon component?

2003-03-11 Thread Marcus Crafter
On Tue, Mar 11, 2003 at 01:38:07PM +0100, Stephan Michels wrote: > > > On Tue, 11 Mar 2003, Marcus Crafter wrote: > > > Hi Alexander, > > > > On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: > > > > > > Java 1.3.1 > > > ... > > > > > > java.lang.UnsupportedClassVersionError: org/a

Re: problems with images

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 11:44 AM, Richard Cunliffe wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED] > > On 11.Mar.2003 -- 11:20 AM, Richard Cunliffe wrote: > > > Have tried changing the image to another, and it doesn't show anymore. > > > When I revert it back to the backdrop image, it starts

Re: Axis as Cocoon component?

2003-03-11 Thread Stephan Michels
On Tue, 11 Mar 2003, Marcus Crafter wrote: > Hi Alexander, > > On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: > > > > Java 1.3.1 > > ... > > > > java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp > > (Unsupported major.minor version 48.0) > > I suspect

Re: Axis as Cocoon component?

2003-03-11 Thread Marcus Crafter
Hi Alexander, On Tue, Mar 11, 2003 at 11:54:46AM +0100, Alexander Enns wrote: > > Java 1.3.1 > ... > > java.lang.UnsupportedClassVersionError: org/apache/cocoon/www/test_xsp > (Unsupported major.minor version 48.0) I suspect the XSP files have been compiled using jdk 1.4.x and

RE: problems with images

2003-03-11 Thread Richard Cunliffe
Christian, I have put them within the pipeline now and still only the backdrop works. I have also discovered if you change the image, then nothing shows. Richard. -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: 11 March 2003 11:37 To: [EMAIL PROTECTED] Subject:

Re: problems with images

2003-03-11 Thread Christian Haul
On 11.Mar.2003 -- 11:20 AM, Richard Cunliffe wrote: > > Niclas, > > Have tried changing the image to another, and it doesn't show anymore. > When I revert it back to the backdrop image, it starts to work again??? Probably browser cache. I believe Charle's answer bears the key: The matches for y

Re: SourceWritingTransformer, namespaces problem with Cocoon 2.1

2003-03-11 Thread Bruno Dumon
On Sat, 2003-03-01 at 17:52, Mark H wrote: > I'm trying to write an XSP to a file using SourceWritingTransformer but the > latest DOMStreamer (v2.1) with setNormalizeNamespacesOn to true adds a > namespace to every element rather than to the xsp:page element (so that the > logicsheets don't work),

RE: problems with images

2003-03-11 Thread Richard Cunliffe
Niclas, Have tried changing the image to another, and it doesn't show anymore. When I revert it back to the backdrop image, it starts to work again??? Richard. -Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: 11 March 2003 09:33 To: [EMAIL PROTECTED] Subject: Re

HTML-Generator - XPath

2003-03-11 Thread Harald Wehr
Hi, yesterday we upated our webapp with the current changes of cocoon-2.1 repository. I have a question concerning the HTML-Generator. The following sitemap-snippet matched in our previous version the body-tag of the google-site. This is not working anymore. Are there any changes concerning th

Re: Cocoon installation help!!

2003-03-11 Thread Joerg Heinicke
Hi Raj, there does exist a bug according redirecting in WebSphere: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17594. Joerg Rajasekhar Atchutuni wrote: Hi, I am trying to install cocoon.war (2.0.4) in WebSphere 4.0.5 on redhat linux 7.2 Server. I get the welcome page able to see most o

Re: Axis as Cocoon component?

2003-03-11 Thread Alexander Enns
Hi Markus, >Do you mean the soap server isn't compiling or Cocoon itself ? Yes, I meant the Cocoon itself did not compile. But I got it now. The asciiart block missed junit.jar in lib directory. Now I have troubles with XSP. If I try to execute any XSP I get exception listed below. Can You say m

RE: problems with images

2003-03-11 Thread Richard Cunliffe
Yep, the address is www.cunliffe.net/soundpool Richard. -Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: 11 March 2003 09:33 To: [EMAIL PROTECTED] Subject: Re: problems with images On Tuesday 11 March 2003 17:12, Richard Cunliffe wrote: > Niclas and Charles, > >

Re: problems with images

2003-03-11 Thread Niclas Hedhman
On Tuesday 11 March 2003 17:12, Richard Cunliffe wrote: > Niclas and Charles, > > I would prefer to get images working within cocoon, so that when I want > to do more advance things I don't need to worry about it. > > I have done all that Charles has suggest and still only the backdrop > works, any

Re: Flowscript

2003-03-11 Thread Ugo Cei
Luca Marchetti wrote: I'm tryng to get flowscript work When I try to use flowscript, as in the flow/calc demo of cocoon2.1 i get this error: ReferenceError: "Continuation" is not defined. Looks like you have a wrong version of Rhino in your classpath. Verify that you have rhino1.5r4-continuati

Forms

2003-03-11 Thread Ines Robbers
Hello list, We want to use Cocoon for our forms (application forms etc.). It should be something like a "form center". What is the best approach to realise this? Are there any examples on the net? Many thanks! Ines - To unsu

Re: Generator for OpenOffice

2003-03-11 Thread Yves Vindevogel
I know the way OpenOffice stores its files (a set of xml files into a zip with another extension). That's why I was wondering whether a generator exists ... I wrote a little script in perl (actually my first usefull perl script at the time) that extracts all the files into one .xml file which I

problems with images

2003-03-11 Thread Richard Cunliffe
Niclas and Charles, I would prefer to get images working within cocoon, so that when I want to do more advance things I don't need to worry about it. I have done all that Charles has suggest and still only the backdrop works, any other suggestions? Richard. xsl.zip Description: Zip compress

RE: Generator for OpenOffice

2003-03-11 Thread Scott Warren
OpenOffice 1.0 files are actually a set of XML files Zipped. If you rename an Open Office document to Zip you will find that the Draw application for example has an SVG file inside. Not sure if it's possible with Cocoon to generate the 4 files and the ZIP (anyone ??). Hope this helps Scott Warre

Generator for OpenOffice

2003-03-11 Thread Yves Vindevogel
Anyone who knows whether there's a generator for OpenOffice files ? Kind regards, Yves Vindevogel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]