Re: Again: forgotten namespaces problem

2003-06-03 Thread Andrew C. Oliver
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Andrew C. Oliver http://www.superlinksoftware.com/poi.jsp Custom enhancements and Commercial Implementation for Jakarta POI http://jakarta.apache.org/poi For Java

Re: Again: forgotten namespaces problem

2003-06-03 Thread Andrew C. Oliver
Bla bla bla bla submit a patch bla bla bla bla -andy On 6/3/03 8:02 AM, Alexander Schatten [EMAIL PROTECTED] wrote: Conal Tuohy wrote: Andrew C. Oliver wrote: Why not just add a parameter which removes them or not, big deal. No reason for Yet Another Class. Why provide

Re: writing excel files with merge and coloured cells

2003-03-09 Thread Andrew C. Oliver
Yes the colors work. I do not think I ever implemented merged cells at the serializer level. -Andy Rapcewicz, Chris wrote: Hi, I am currently running Cocoon 2.0.4 on Tomcat 4.1 and I am interested in creating excel files which have coloured cells and also cells that are merged. I tried

Re: AW: writing excel files with merge and coloured cells

2003-03-09 Thread Andrew C. Oliver
Thats single threaded btw. See what happens if a few people hit it at once. Gerald Michalitz wrote: I am using the bsf (bean scripting framework) in with I use vb and object rexx to create excel and use existing excel files with this you can use ole objects like excel to work with a little

Re: Cocoon the solution?

2003-01-03 Thread Andrew C. Oliver
The best thing to do to change this is contribute to the Jakarta POI project's HDF component. jakarta.apache.org/poi -- HDF is in its infancy but with contribution could be successful for Cooon serializers and generators to transform between the formats! Darren Petrie wrote: Cocoon would

Re: Source aggregation by XInclude

2002-12-19 Thread Andrew C. Oliver
Joerg Heinicke wrote: Timothy Larson wrote: You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-28 Thread Andrew C. Oliver
.. manual diff == eyeballing :) Andrew C. Oliver wrote: diff doesn't work? How odd! Danny Mui wrote: Thanks for sharing my manual diff doesn't seem to be working too well /grin. Will bring back what I can come up with. danny Andrew C. Oliver wrote: I have a very scientific method

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-27 Thread Andrew C. Oliver
that I'm going through now. I'd prefer to not delve into gnumeric's source (im a java weeny) if you've already looked at it. But since it's a holiday I'll inspect the xml some more :). thanks. danny Andrew C. Oliver wrote: Danny Mui wrote: Using latest Cocoon from CVS and HSSFSerializer

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-27 Thread Andrew C. Oliver
diff doesn't work? How odd! Danny Mui wrote: Thanks for sharing my manual diff doesn't seem to be working too well /grin. Will bring back what I can come up with. danny Andrew C. Oliver wrote: I have a very scientific method for doing this. Open Gnumeric. Create a sheet with some

Re: Serializing XML data to Excel format

2002-11-26 Thread Andrew C. Oliver
Use POI: jakarta.apache.org/poi specifically POI::HSSF. -Andy nandipinto wrote: Hi Chris, I've check this one, but what I need to know is how to use the API (java class) directly in the my java program. I know there is one java class called HSSFSerializer, but it only has the method :

Re: Serializing XML data to Excel format

2002-11-26 Thread Andrew C. Oliver
I'll try to get to that tonight if the HEAD is in currently in working order. I'll probably upgrade things to the latest stable dev build too. -Andy Yury Mikhienko wrote: Excuse me by jump, but I have to reask old question: Does HSSFSerializer support non-english characters now? Thanx for

Re: [OT] Microsoft 'Avalon' Framework for Longhorn

2002-10-21 Thread Andrew C. Oliver
now THAT smells like a clear trademark violation... Tony Collen wrote: Heh, found this interesting.. I wonder how many other frameworks out there are named 'Avalon' ;) Tony - Microsoft Chairman Bill Gates has promised for years how Windows will allow consumers to access information

[Fwd: [Juglist] Monday night - Introduction to Cocoon 2.0]

2002-10-20 Thread Andrew C. Oliver
(forwarding to POI only because I'll briefly cover the HSSF Serializer [XLS/Excel] and be glad to answer any questions) -- http://www.superlinksoftware.com - software solutions for business http://jakarta.apache.org/poi - Excel/Word/OLE 2 Compound Document in Java

Re: XLS serializer and non-english characters

2002-10-16 Thread Andrew C. Oliver
There is a minor problem I have not had time to correct yet. encoding is an attribute, but if its set the serializer should check that its non-us/uk/aus and in that case set encoding to 16-bit. However currently it just assumes 8-bit. I'm under a mountain of to-dos but thats at the top of my

Re: Cocoon : Content Transformation from WORD/PDF/EXCEL to XML

2002-09-03 Thread Andrew C. Oliver
Rajesh Parekh wrote: Hi, I have a requirement to convert hundreds of unstructured documents in WORD/PDF/TXT/EMAIL formats into a structured repository of XML Metadata of the document and the documents itself. I need to parse each of these documents and extract the relevant

Re: [Summary] Writing an action using XSP

2002-08-31 Thread Andrew C. Oliver
THANK YOU THANK YOU THANK YOU THANK YOU!!! You totally and completely rock! Words do not express how much you rock. Now if someone can figure out how to get this working with XMLForm I'll be elated ;-) -Andy Litrik De Roy wrote: Hello All, I have written a small summary that explains how

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
Incorrect. This is a bug and the @select does work in Cocoon 2.1.x. I have a fix on my local drive but I haven't submitted it yet. Will do so very soon. -Andy Per Kreipke wrote: Apurva, to make the long story short: the output has the whole xml file after the section of the xml

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
And CInclude does support @select now. Per Kreipke wrote: Apurva, I need more sleep: XInclude _does_ in fact allow you to subselect using XPointer syntax. See http://xml.apache.org/cocoon/userdocs/transformers/xinclude-transformer.html for details. Requires sitemap change. -Original

Re: CInclude bug??? (And my upcoming patch)

2002-08-26 Thread Andrew C. Oliver
submit the fix. Also is there a way one can find out every time a new fix or a patch is submitted??? I am still quite new to cocoon. -Apurva --- Andrew C. Oliver [EMAIL PROTECTED] wrote: Incorrect. This is a bug and the @select does work in Cocoon 2.1.x. I have a fix on my local drive but I

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
--- Andrew C. Oliver [EMAIL PROTECTED] wrote: Incorrect. This is a bug and the @select does work in Cocoon 2.1.x. I have a fix on my local drive but I haven't submitted it yet. Will do so very soon. -Andy Per Kreipke wrote: Apurva, to make the long

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
Will do. For now see: http://outerthought.net/wiki/Wiki.jsp I could have sworn I did it, but I must have left the documentation dir out of my patch. In 3 weeks when I send in my refactoring of CInclude/XInclude I'll submit that as well. -Andy Per Kreipke wrote: Incorrect. This is a bug

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
Specifically: http://outerthought.net/wiki/Wiki.jsp?page=CInclude -Andy Andrew C. Oliver wrote: Will do. For now see: http://outerthought.net/wiki/Wiki.jsp I could have sworn I did it, but I must have left the documentation dir out of my patch. In 3 weeks when I send in my

Loading data in an Action with XMLForm

2002-08-17 Thread Andrew C. Oliver
Hi all, I'm trying to make all the forms on www.superlinksoftware.com/cocoon/samples/bringmethis/ support a modify mode. In order to do that I need to let the user enter his name and password, submit, and then retrieve the rest of the data and populate it into the next page's form. I've

Re: SQLTransformer good, ESQL bad

2002-08-17 Thread Andrew C. Oliver
From the information provided it is not immediately apparent to me what your problem is. But from crude benchmarking I've done.. ESQL is SIGNIFICANTLY faster than the SQLTransformer.. To experience this, use apbench on the http://localhost:8080/cocoon/samples/poi/statetax.xls and statetax2.xls

Re: sexy open source

2002-08-15 Thread Andrew C. Oliver
Hey, come on, today is offtopic day! See all these messages fly? None of them are Cocoon related ;-P In that case in response to a previous posted, I'd like to offer this gem: EJBs in factwellthey suck. -Andy -

Re: sexy open source

2002-08-15 Thread Andrew C. Oliver
Why don't forget that you need Jakarta POI to output to Excel or the HSSF Serializer for Cocoon. ;-) -Andy Vegan Portal wrote: Hi Andreas, --- Andreas Hochsteger [EMAIL PROTECTED] schrieb: * UML Modeling: ArgoUML (http://argouml.tigris.org/) * Version Control System: CVS

Re: [Fwd: Encoding in HSSF (XLS) Serializer]

2002-08-15 Thread Andrew C. Oliver
You know... I don't think it does yet. It would make sense to set the underlying encoding to unicode (16-bit) if per chance the locale isn't set to us/uk/austrailia. (we use the locale for numbers) I'll fix this when I get a chance if someone else doesn't beat me to it. (Its a very simple

Re: Cinclude crashing catalina...?

2002-08-13 Thread Andrew C. Oliver
* catalina if I use cocoon:/ protocol... Alex. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 4:04 PM Subject: Re: Cinclude crashing catalina...? You have to include the cinclude or xinclude transformer in your

Re: How to Lock and specify the Width of Cells using POI..

2002-08-02 Thread Andrew C. Oliver
You cannot currently lock cells (assuming you mean ether protect via encryption or freeze in place). Look at: http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html Specifically gmr:ColInfo as well as the webapp/cocoon/samples/poi examples (under Legacy Formats from the menu).

Re: Excel generator

2002-08-01 Thread Andrew C. Oliver
Andrew C. Oliver schrieb: Explain, elaborate. 2 Why would you want to do it at the transformation point? Sven Kuenzler wrote: Something that just came to me thinking of the dicussion about an ExcelGenerator: What about implementing it as (Writeable)Source instead? That way you could

Re: how to generate Excel

2002-08-01 Thread Andrew C. Oliver
Have you looked at the examples? Samples-Legacy Format or under webapp/cocoon/samples/poi/ or the docs - http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html -Andy Abhishek Goel wrote: Hi, I am having a xml file ,xslt for that xml. Could any one suggest me how to define a

Re: Excel generator (Vadim Autoresponder please read)

2002-07-30 Thread Andrew C. Oliver
? Sven Andrew C. Oliver schrieb: Explain, elaborate. 2 Why would you want to do it at the transformation point? Sven Kuenzler wrote: Something that just came to me thinking of the dicussion about an ExcelGenerator: What about implementing it as (Writeable)Source instead

Re: Excel generator

2002-07-27 Thread Andrew C. Oliver
Explain, elaborate. 2 Why would you want to do it at the transformation point? Sven Kuenzler wrote: Something that just came to me thinking of the dicussion about an ExcelGenerator: What about implementing it as (Writeable)Source instead? That way you could use it with

Re: Excel generator

2002-07-25 Thread Andrew C. Oliver
Ryan do note that the HSSFSerializer is already part of cocoon: http://xml.apache.org/cocoon/userdocs/serializers/xls-serializer.html -Andy Ryan Hoegg wrote: Hi, You might check out the POI project (hunt around for the HSSF stuff). They claim to be working on Generators and Serializers

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
[EMAIL PROTECTED] wrote: Yeah in short: Its a Cocoon Serializer. While I appreciate this feedback, I personally have no use cases for the Serializer outside of Cocoon. ??? you don't ;-) the use case is very simple: create a xls-file out of an gnumeric-file. ;-) don't see any cocoon stuff

Re: [Morphos] Starting the code :-) (was Re: Excel generator)

2002-07-24 Thread Andrew C. Oliver
I would suggest a seperate mailing list for this, perhaps on krysalis in addition to the commons mailing list, as there is no way in hell I'm subscribing to the commons mailing list ever again because the volume is soo great that it would triple my current email volume and probably

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
Manos Batsis wrote: From: Michael Wechner [mailto:[EMAIL PROTECTED]] Therefore I thought it would be nice if he is sending me his Excel and I generate an XML, which I can modify , and then I serialize it back into Excel, such that he can work on it. Although I don't

Re: Excel generator

2002-07-24 Thread Andrew C. Oliver
Manos Batsis wrote: From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Although I don't like dealing with M$ stuff, a nice idea is utilizing the office 2002 XML formats, specifically the one of Excel. Explain the advantage? This is what I brought up, so far its unanimous

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
Nicola Ken Barozzi wrote: Geoff Howard wrote: I didn't think there was, but the POI site (http://jakarta.apache.org/poi/) claims that there is, so you may want to check more carefully in scratchpad. I assume you know about the transformers and serializers for Excel format using the

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
But the more important part of my answer was What do you want on your generator, and what do you wish you had on your serializer -- would you like fries too? Meaning I need ideas! I'm on the fence, I want some input. -Andy Sven Kuenzler wrote: Is there an Excel Generator, which

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
XML format compatibility? Currently the serializer shares the gnumeric tag language. -Andy Geoff -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: Re: Excel generator But the more important

Re: Excel generator

2002-07-23 Thread Andrew C. Oliver
Yes, and it may be good to provide a standard out of the box stylesheet that does this. Well we do have some samples, but its been limited at the moment by kind of a chicken and the egg scenario. The serializer is there, the samples are there but we can't more because we don't have any

Re: building 2.0.3

2002-07-17 Thread Andrew C. Oliver
Mike, So since Cocoon is a servlet this means you need servlet.jar in order to build Cocoon. -Andy Carsten Ziegeler wrote: Hi Mike, you did nothing wrong, except that you found a bug ;) No, seriously, thanks for finding this problem, I will fix it for the next release. Thanks Carsten

Re: Debugging buggy XSL code

2002-07-17 Thread Andrew C. Oliver
Hi Lajos, Generally you can have these errors spit out on a nice error page, but you probably also see errors regarding not being able to find some error stylesheet thing. I believe its called error2html.xsl or maybe error2document.xsl. You'll notice cocoon is looking for this somewhere

Re: HSSFSerializer

2002-07-16 Thread Andrew C. Oliver
Yes...note HSSF logging decreases performance by at least 100x [EMAIL PROTECTED] wrote: hallo sven, i tried it. works very well. thanks. just one more question: how can i deactivate the log-msgs? ciao robertj Robert Kuzelj

Re: Java packages

2002-07-16 Thread Andrew C. Oliver
cocoon/WEB-INF/classes or cocoon/WEB-INF/libs (for jar files) -Andy Robert Bourdeau wrote: I think there was a thread on this, BUT it appears that the cocoon-users archive is not indexed, there is no web archive, and I can't keep all the Cocoon-user messages. So, apologies in advance if this

Re: passing a value into an XML form from somewhere else

2002-07-15 Thread Andrew C. Oliver
made it textbox so I could see it was always 0 instead of 3. -Andy Ivelin - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 6:58 PM Subject: Re: passing a value into an XML form from somewhere else Sure. here

Re: Monday Night: Free POI, lots of Pizza, And all the info you cantakein one night about POI and the C

2002-07-15 Thread Andrew C. Oliver
Derek Hohls wrote: Any chance that *all* the links off of: http://www.trilug.org/~acoliver/poiPres18.html could be updated to point to a 'non localhost' machine (eg cvs.apache.org) Thanks! The 8080 links point to a local installation of Cocoon. Is there a remote installation of Cocoon

Re: passing a value into an XML form from somewhere else

2002-07-15 Thread Andrew C. Oliver
- Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 15, 2002 8:37 AM Subject: Re: passing a value into an XML form from somewhere else I still don't think I'm explaining this correctly.. I want to get the value of an HTTPRequest parameter

Q: passing a value into an XML form from somewhere else

2002-07-14 Thread Andrew C. Oliver
Hi All, I've got a situation where I have multiple items on a dynamically generated page and I want to be able to allow the user to click on a link and post an offer on them. So for instance on http://www.superlinksoftware.com/cocoon/samples/bringmethis/category/Antiques/3.html I want to be

[Fwd: Q: passing a value into an XML form from somewhere else]

2002-07-14 Thread Andrew C. Oliver
---BeginMessage--- Hi All, I've got a situation where I have multiple items on a dynamically generated page and I want to be able to allow the user to click on a link and post an offer on them. So for instance on

Re: Looking for help in the upcomming release

2002-07-14 Thread Andrew C. Oliver
Giacomo Pati wrote: On Fri, 12 Jul 2002, Carsten Ziegeler wrote: Just an update to the procedure: If you use the latest CVS step 3 - setting the targetted jvm - is done now automatically by the build system. It detects the compiler version you use and chooses by itself the correct target.

Re: passing a value into an XML form from somewhere else

2002-07-14 Thread Andrew C. Oliver
outside. If I just pass the same parameter as a propery it is not picking it up. Or at least its not ending up in the form. -Andy Ivelin - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 11:50 AM Subject: Q: passing a value

Re: passing a value into an XML form from somewhere else

2002-07-14 Thread Andrew C. Oliver
sitemap and some more details. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 5:39 PM Subject: Re: passing a value into an XML form from somewhere else Ivelin Ivanov wrote: The name of the parameter has

Re: passing a value into an XML form from somewhere else

2002-07-14 Thread Andrew C. Oliver
instead of 3. -Andy Ivelin - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 6:58 PM Subject: Re: passing a value into an XML form from somewhere else Sure. here is the offer action (which loads the form) map:match

Re: Monday Night: Free POI, lots of Pizza, And all the info you can take in one night about POI and the Cocoon HSSF Serializer!

2002-07-13 Thread Andrew C. Oliver
Well if all you east coasters want to do something up here, I could possibly see if the Trijug could sponsor (by way of having access to a decent size auditorium) a Cocoonapalooza. While this may seem somewhat self-serving (since I'd go no where ;-) ). The advantage of NC is that its nearly

Re: html entities and xsl

2002-07-12 Thread Andrew C. Oliver
This sounds pretty specialized in one way and generic in another. The problem being is that the insertion point is content specific. Meaning you'll need to at least insert some kind of tag into the file. From my limited understanding this is something that Velocity is pretty good at

ftp://213.253.31.132/jworkbook/gnumeric-xml.pdf - gnumeric file formatdoc relocated

2002-07-12 Thread Andrew C. Oliver
Hi all, The new url for the gnumeric-xml.pdf doc from object-refinery.com is at ftp://213.253.31.132/jworkbook/gnumeric-xml.pdf. Thanks, Andy - Please check that your question has not already been answered in the FAQ

Re: Stream generator XMLForms

2002-07-12 Thread Andrew C. Oliver
my appolgoies, I misunderstood the question. Leszek Gawron wrote: On Fri, Jul 12, 2002 at 09:32:12AM -0400, Andrew C. Oliver wrote: enlightenment on this question is found here: http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html I do not think

Monday Night: Free POI, lots of Pizza, And all the info you can takein one night about POI and the Cocoon HSSF Serializer!

2002-07-12 Thread Andrew C. Oliver
http://www.trijug.org/ - Monday night, if you're not doing too much and you live on the US East coast, why not come on down (or up to North Carolina), we'll have lots of nutritious Hawaiian poi! We'll have pizza, pop as well for those of you who are not into eating mushed tarro root. We'll

Re: Monday Night: Free POI, lots of Pizza, And all the info you can take in one night about POI and the Cocoon HSSF Serializer!

2002-07-12 Thread Andrew C. Oliver
to have a sort of workshop on Outer Banks some time :) I'd love to come, but it's no way to arrange a trip from DC on that short notice -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:37 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

Sitemap configuration parameters

2002-07-11 Thread Andrew C. Oliver
Hi all, Sorry if this question appears twice. I tried to post it last night, but I've not gotten my email so I assume no on else did either. I've got a number of pages that render relative links, but my application's root is subject to change. I could set the link base in every document but

Re: Tomcat version

2002-07-11 Thread Andrew C. Oliver
oooh, can I have my beer in a clean glass as well? ;-) David Vos wrote: On Thu, 11 Jul 2002, Vadim Gritsenko wrote: JDK1.3.1 + Tomcat 4.0.4 + Cocoon 2.0.3-jvm13 release JDK1.4 + Tomcat 4.0.4LE + Cocoon 2.0.3-jvm14 release Cocoon 2.0.3 releases are due in several days from now. Is

Please help, Broken Link on object-refinery WAS [Fwd: HSSF-GnumericXML file format - Unreachable URL, did anyone downl oad previously?]

2002-07-10 Thread Andrew C. Oliver
/index.html. Recently, jrefinery has of course become object-refinery. However the link has not changed. Do you know where this document currently lives and where we may retrieve a copy? Would you be objectionable to us mirroring this document? Thanks, Andrew C. Oliver ---BeginMessage--- Hi all

Re: R: HSSF-Gnumeric XML file format - Unreachable URL, did anyonedo wnload previously?

2002-07-10 Thread Andrew C. Oliver
cool. Can I get a copy? I'll read through it and mirror it on my server. Lorenzo De Sio wrote: Thanks to Denis Thierry and Jens Lorenz for sending me the file! L. -Messaggio originale- Da: Denis [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 10 luglio 2002 11.50 A: [EMAIL PROTECTED]

(now found at: http://www.superlinksoftware.com/gnumeric-xml.pdf)Re: Fw: HSSF-Gnumeric XML file format - Unreachable URL, did anyone downloadpreviously?

2002-07-10 Thread Andrew C. Oliver
Hi All, Thanks to denis, we've recovered the document in question. I've emailed David Gilbert, the author, and hopefully he'll fix the link. Until such time, you can find it at: http://www.superlinksoftware.com/gnumeric-xml.pdf. The doc is GPL so I suppose its safe for me to host on my

Re: Serializer that writes to file

2002-07-10 Thread Andrew C. Oliver
Someone correct me if I' m wrong but... At the moment, I think you'll have to write an Action for this. AFAIK Serializers are currently tied to the response output stream. Personally, I think that cocoon should ultimately seperate the location concern and allow multiple serializers in a

Sitemap parameters and configuration of pages

2002-07-10 Thread Andrew C. Oliver
Hi all, I've got a number of pages that render links and my application base is subject to change. I realize that one can set a link base in the outputted html, but I'd rather configure it on some kind of site basis. Is there some way to set a global parameter in the sitemap to pass to all

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Andrew C. Oliver
Humm. I'll try that. I still hope someone will look at my patch to CInclude as: 1. I imagine that its faster 2. I like the syntax better 3. I don't know why it shouldn't support some form of element selection. -Andy Stephan Michels wrote: On 7 Jul 2002, Andrew C. Oliver wrote

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
could use some help from the XInclude/Cinclude experts for the problem Oliver is trying to solve. - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 12:17 PM Subject: Re: including dynamic data

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
/content/form/cocoon:/categories_combo.xml So it looks like I'm stuck with an additional transformation. Which (as a situation) bites. -Andy On Sun, 2002-07-07 at 17:23, Stephan Michels wrote: On 7 Jul 2002, Andrew C. Oliver wrote: Hi, Thanks for your reply. This is very close to what I

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
Thanks but XInclude really likes files: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: Resource not found file:/opt/tomcat/webapps/cocoon/samples/bringmethis/content/form/cocoon:/categories_combo.xml On Mon, 2002-07-08 at

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
arrogant is actually a whole day/weekend of frustration suddenly alleviated -- exuberance) Thanks, -Andy - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: cocoon users [EMAIL PROTECTED] Sent: Sunday, July 07, 2002 7:01 PM Subject: Re: XInclude/CInclude Issue (Re

including dynamic data with XMLForm

2002-07-06 Thread Andrew C. Oliver
Hi All, I'm trying to create a page where a multi-select list has options that are populated from a database. What is not immediately clear to me is how I can create an XMLForm page where the list contents are dynamically generated. Any clues? -Andy -- http://www.superlinksoftware.com -

Re: can't start cocoon under root

2002-07-05 Thread Andrew C. Oliver
Hummm. I'm not running Apache as root (its running as nobody). It responds on port 80. I'm starting it with apachectl. Its generally a better idea to run Apache in front of tomcat for performance reasons. Tomcat is actually pretty slow on the scale of things, where Apache is actually

Re: can't start cocoon under root

2002-07-05 Thread Andrew C. Oliver
* under tomcat as root as well. -Andy On Fri, 2002-07-05 at 14:17, Bruno Dumon wrote: On Fri, 2002-07-05 at 15:48, Andrew C. Oliver wrote: Hummm. I'm not running Apache as root (its running as nobody). It responds on port 80. I'm starting it with apachectl. If it responds

Re: can't start cocoon under root

2002-07-04 Thread Andrew C. Oliver
just for the record. You really shouldn't run tomcat as root. Thomas Garger wrote: hi! i use tomcat 4.0.1, cocoon 2.0.2 and SUSE linux 8.0 if i start tomcat under a normal user (not root) everthing works fine. but if i start tomcat under root user - and i want to access cocoon -there is

Re: can't start cocoon under root

2002-07-04 Thread Andrew C. Oliver
, chris -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 04. Juli 2002 18:33 To: [EMAIL PROTECTED] Subject: Re: can't start cocoon under root just for the record. You really shouldn't run tomcat as root. Thomas Garger wrote: hi! i use

Re: Samples as tools for learning and development (Was: Giving up! Cocoon too big, slow and confusing)

2002-06-29 Thread Andrew C. Oliver
I always look at samples and docs. The issue is that there's not enough of them. And some people deny the very existance of this issue. I have never heard anyone deny that. However the docs are improving, and the message of this topic has been gotten, at least by few developers. Others are

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

2002-06-27 Thread Andrew C. Oliver
After just a few hours of poking around I have decided that it will be much simpler for me to simply hand-code a whole hat-full of servlets than to try and pull any meaning out of Cocoon and it's documentation. Fifteen hours on the Interstate wasn't as challenging as trying to figure out how

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

2002-06-27 Thread Andrew C. Oliver
I'm not saying there aren't issues. I'm saying his attitude is wrong. You pay for this by participating. If the issue was unknown this would be valuable, but this issue is known. Help fix it or accept it. Or fund someone else to help fix it. If you see a nail sticking up, grab a hammer.

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

2002-06-27 Thread Andrew C. Oliver
2) Documentation is not usefull - sorry. I've tried and tried. The closest it has come to being useful is that after I've spent hours on something and asked questions on the mail lists I have been able to go back to it and say oh.. that's what they meant What documents were not

RE: XMLForm Control of flow

2002-06-14 Thread Andrew C. Oliver
I asked the exact same question. So can we use this flowmap with XMLForm? I'd much rather. The action classes I'm writing are very stupid and redundant. -Andy On Fri, 2002-06-14 at 04:46, Reinhard Poetz wrote: There is am Mail from Konstantin --

Re: [Juglist] Struts 2x vs larval Cocoon?

2002-06-13 Thread Andrew C. Oliver
Thomas L Roche wrote: Struts can do pure-XML: see http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt_p.html But can Cocoon be made to handle JSPs? Why I ask: Yes, Cocoon is cool, and JSPs are icky-poo. If one is developing a new site, from scratch, Cocoon would seem

Re: XMLForms. HOWTO bug?

2002-06-12 Thread Andrew C. Oliver
the rest of ya. -Andy Ivelin Ivanov wrote: Interested to write one ? ;) Andrew C. Oliver wrote: Yromem.com MailingList wrote: Hi, do you plan to write a simple way to use XMLForm when we need only one Form : with no need to write a javabean (or javacode) I trie to understand all

Re: XMLForms. HOWTO bug?

2002-06-10 Thread Andrew C. Oliver
Yromem.com MailingList wrote: Hi, do you plan to write a simple way to use XMLForm when we need only one Form : with no need to write a javabean (or javacode) I trie to understand all the XMLForm, but it is difficult to me. (the java part) Khalid. +1 -- We need a Hello XMLForm

Re: Cocoon book reviewers wanted

2002-05-22 Thread Andrew C. Oliver
My e-mail is for pointing out that all our actions should be done only for the improvement of cocoon. We all love cocoon: I have seen some people's names for almost two years in the Cooon User List. Dude, using Cocoon commercially for your own benifit, benefits Cocoon. Writing a book and

Re: MS Excel

2002-05-15 Thread Andrew C. Oliver
Can you supply the XML you're using? have you tried turning Logkit.conf in WEB-INF/conf to DEBUG for everything and looking in WEB-INF/logs/* for details? -Andy Andrew Timberlake wrote: I understand that the XSL Serializer is now Cocoon's domain instead of POI. I know that using Gnumeric

Re: MS Excel

2002-05-15 Thread Andrew C. Oliver
cool I'll take a look at it. Andrew Timberlake wrote: Andy I have attached the xml file, I typed 'bob' in cell A1 and saved as XML. There are no errors or other in the logs files. Andrew On Wed, 2002-05-15 at 21:09, Andrew C. Oliver wrote: Can you supply the XML you're using? have you

Re: MS Excel

2002-05-15 Thread Andrew C. Oliver
the style and print information as well? Thanks for any help Andrew On Wed, 2002-05-15 at 21:20, Andrew Timberlake wrote: Andy I thought I'd add that the Excel samples all work! Andrew On Wed, 2002-05-15 at 21:09, Andrew C. Oliver wrote: Can you supply the XML you're using? have you

Re: Cocoon 2 + Access

2002-05-15 Thread Andrew C. Oliver
+1 Torsten Curdt wrote: Sorry, this will not help but... If you want to stay away from problems, stay away from access... Just my two cents... -- Torsten - Please check that your question has not already been answered in

Re: ESQL HTML

2002-05-13 Thread Andrew C. Oliver
Christian Haul wrote: On 12.May.2002 -- 05:50 PM, Andrew C. Oliver wrote: In order to do this I need to insert some html, and then I need to get out some html. Unfortunately, so far I'm getting coded HTML. gt; and the likes. Can someone point me to a method based on the below pages

Re: [DOC] How to contribute documentation

2002-05-11 Thread Andrew C. Oliver
the docs. And, of course, Nicola Ken is responsible for a very wonderful part of the Forrest project, which among many other things, helps build static versions of Apache-like web sites. When it is integrated into Cocoon, you will have even more useful tools as a contributor. His build

Re: [DOC] Cocoon Related Resources (attached)

2002-05-10 Thread Andrew C. Oliver
I think these changes should follow the same procedure as patches. Put in bugzilla and attach the files rather than send them to the list. (save the bug, go back to the bug and attach, use [PATCH] in the subject) -Andy Andreas Hochsteger wrote: Hi! I finally managed to get my text-only

Re: Installing cocoon

2002-05-05 Thread Andrew C. Oliver
Have you all read the installation instructions? Getting it to work in 4.0.3 is a pain. Either be happy with 4.0.1 or go to 4.0.4b2 both of which are easy. I'd consider tomcat 4.0.2/3 duds overall anyhow. I've not had time to really look into what exactly is wrong with them, but things tend

Re: Can't connect to MySQL with Cocoon 2

2002-05-05 Thread Andrew C. Oliver
You can install *headless X* (Xvfb) which is BTW faster than X. Or you can just *not* install Batik (delete the batik jar and compile cocoon). The samples may have to be tweaked not to use Batik, but it will work. Lastly if you're really industrious you can use PJAbut I couldn't get the

RE: HSSF serializer/ Gnumeric file format information

2002-04-30 Thread Andrew C. Oliver
if you have your cocoon nighly build or cvs copy there is also documentation under the user manual. This looks just like the site, but I haven't figured out how to have it pushed to the site. (sorry) (actually I also haven't tried or even asked so my fault) You can find the most info about the

gnumeric file format (HSSF) doc

2002-04-30 Thread Andrew C. Oliver
one of the more frequent questions about the HSSF Serializer is about the HSSF file format. Obviously the samples are the best place to start but here is a pretty big hunk of information: ftp://www.jrefinery.com/pub/jworkbook/gnumeric-xml.pdf -Andy

Re: NPE when using HSSFSerializer + big pipeline

2002-04-25 Thread Andrew C. Oliver
I've moved both your emails to a folder named tasks. I will look at this and get back to you. By the looks of this error it looks like invalid data (a null where it expects characters). -Andy On Wed, 2002-04-24 at 10:09, Seth Ladd wrote: Hello, I'm using the following pipeline:

Re: Does HSSF Serializer work?

2002-04-24 Thread Andrew C. Oliver
Oh so I misunderstood. It is working for you? Thats quite pleasing. I'd like to see more folks with non-roman alphabets involved in the project. Its difficult to test/implement things for languages that you can't even tell if the right characters are used. -Andy Sozonnik Andrew wrote:

  1   2   >