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

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

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

2002-08-26 Thread Andrew C. Oliver
t;Thats great Andy! > >Let us know when you 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: > &g

Re: CInclude bug???

2002-08-26 Thread Andrew C. Oliver
gt;>Thats great Andy! >> >>Let us know when you 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 >> >>--- "

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 w

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 h

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: 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 c

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 a

[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 http:

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 : setOut

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 adv

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-26 Thread Andrew C. Oliver
Danny Mui wrote: Using latest Cocoon from CVS and HSSFSerializer separately (not from within cocoon). When setting up merged fields in gnumeric, the HSSF translation does not seem to carry them through to the Excel side. Yes this isn't implemented in the serializer yet. It is supported by H

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-27 Thread Andrew C. Oliver
dual cells 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 l

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

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-28 Thread Andrew C. Oliver
nny Mui wrote: No i was being silly.. "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. dan

Re: HSSFSerializer mime-type

2002-12-02 Thread Andrew C. Oliver
IIRC this is configurable... neil wrote: The HSSFSerializer hardcodes the mime-type as "vnd.ms-excel" whereas I think it should be "application/vnd.ms-excel" (at lease that works better for me). Without this I got erratic behavior with IE/Excel - sometimes the spreadsheet would appear inside th

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 transformer

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 defi

POI project needs help - serializing XML as Excel XLS

2001-11-21 Thread Andrew C. Oliver
o make sure I get it right. If you have XLS samples utilizing formulas (especially complex ones) that you'd be willing to share please contact me via sourceforge at http://sourceforge.net/users/acoliver2/ or at acolivernospam at nc dot rr dot com (remove the nospam).

RE: POI project needs help - serializing XML as Excel XLS

2001-11-22 Thread Andrew C. Oliver
Sorry my choice is to fully implement the excel file format in java. We've already nearly finished. Thanks, Andy -- www.superlinksoftware.com www.sourceforge.net/projects/poi - port of Excel format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html

Re: cocoon-users Digest 23 Nov 2001 10:30:04 -0000 Issue 997

2001-11-25 Thread Andrew C. Oliver
Here's the plan: 1. port Ole 2 Compound Document format to Java -DONE 2. port the Excel 97 File Format to Java ~75% (you can write unstyled sheets, I'm working on formulas) 3. create a Cocoon 2 Serializer ~20% The idea would be from there you could do something like crea

RE: Cocoon Position Available - Brisbane, Australia

2001-12-10 Thread Andrew C. Oliver
Wow I wish I could applybut I think the commute would be unbearable. (from NC, US) ;-) -- www.sourceforge.net/projects/poi - port of Excel format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html - fix java generics! The avalanche has alr

POI 0.12.0-alpha released

2001-12-11 Thread Andrew C. Oliver
ut the project on javalobby (http://javalobby.org/discussionContext/showThreaded/frm/javalobby?folderId=20&discussionContextId=11162) Thanks, Andrew C. Oliver POI developer PS: POI stands for "Poor Obfuscation Implementation", HSSF stands for "Horrible SpreadSheet Format". -- www.su

REQ: XSP in a stylesheet help

2001-12-19 Thread Andrew C. Oliver
Hi all, (please CC me your response, I get the digest) I'm working on a stylesheet that is intent on organizing the simple-sql example page ($COCOON/docs/samples/sql/sql-page.xml) into a gnumeric style xml spreadsheet. I'm very close, but I need to an incremental row number. I figured I'd just

HSSF-Serializer stylesheet (WAS: Re: XSP in a stylesheet help)

2001-12-19 Thread Andrew C. Oliver
Thanks everyone who helped. As it turned out I didn't need XSP (and the O'Reilly book deceived me). Here is the final solution to my problem. (I ran this against the simple-sql example). I realize this is the wrong list to ask, but we'd love to have some more examples if anyone is game (I'll a

POI 1.0-beta 1 released (pure-java ole 2 cdf library, pure java xlslibrary, XLS Serializer)

2001-12-26 Thread Andrew C. Oliver
or feature requests. You can read more at http://poi.sourceforge.net and http://www.sourceforge.net/projects/poi. If there are no major defects discovered you can expect a production release at the end of the month. Thanks, Andrew C. Oliver -- www.superlinksoftware.com/cocoon/andy/resume.xml?s

POI 1.0 released (12/30/01) pure java ole2 cdf library, pure javaxls library, XLS Serializer

2002-01-03 Thread Andrew C. Oliver
;XML Generator, full Formula support and quite possibly a Word Doc port (for a future Serializer). Happy new year. Thanks, Andrew C. Oliver -- www.superlinksoftware.com/cocoon/andy/resume.xml?src=tagline7 - Need a Java developer? www.sourceforge.net/projects/poi - port

New POI (stable) release 1.0.2 (Serialize XML as Excel with Cocoon)

2002-01-10 Thread Andrew C. Oliver
The POI project is a project for porting OLE 2 Compound Document format based file formats (XLS/DOC/etc) to pure java. POI 1.0.2 provides the 1. POIFS API for reading and writing OLE 2 Compound Document Format 2. HSSF API for reading and writing Excel 97 files 3. HSSF Serializer for serializi

RE: POI with Cocoon

2002-01-18 Thread Andrew C. Oliver
While the POI serializers and such will shortly be living on cocoon, you might want to email your POI-Cocoon questions to [EMAIL PROTECTED] for the moment. (though definitely turn off html-mail first) :-) -andy -- www.superlinksoftware.com www.sourceforge.net/projects/poi - port of Excel format

POI 1.2.0 (development release) (Cocoon->Excel)

2002-01-19 Thread Andrew C. Oliver
Hi All, The POI project (http://poi.sourceforge.net) has just released a 1.2.0 version. Please note this is a development release only. 1.0.2 (confusing I know) is the current production release. In this release, we've restructured the serializer in preparation for writing the generator and

RE: cocoon with POI

2002-03-11 Thread Andrew C. Oliver
> Hi all, > I have to show xml data as report in MS-EXCEL. Does cocoon-2.0 provide = > POI serializer? > Pls give sites name or examples. > Thanks, > Niket Hi Niket, No Cocoon 2.0 does not provide the HSSF Serializer however if you download the latest nightly build, its in there with examples.

RE: Why isn't Cocoon making into the commerical world?

2002-04-04 Thread Andrew C. Oliver
> Where Coccon is lacking is documentation, documentation, and documentation. +1000 I consider this the root cause. -- http://www.superlinksoftware.com http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound Document format to java http://developer.java.

RE: Sorry to be a nag

2002-04-08 Thread Andrew C. Oliver
This sounds like your index merge factor. On Mon, 2002-04-08 at 03:26, Nader S. Henein wrote: > Cocoon Lucene Indesing: "Too Many files open Error" > > I can't opt for that solution, what I'm trying to do > is get out of Oracle Internmedia and ultimately out of oracle > and if you've ever had

Re: SQLTransformer bug that appears under load

2002-04-08 Thread Andrew C. Oliver
A Dangerous fix. But if I had to speculate: I imagine conn.close() is synchronized. Secondly, I imagine its logged. Cause this to be a warning (not be logged) and there should be a performance increase.. Cause conn.close() to not be synchronized (haven't looked...just a guess) and there shoul

Re: Sorry to be a nag

2002-04-08 Thread Andrew C. Oliver
posed to a webapp to do the indexing because indexing >20 XML documents from the webapp isn't realistic. > >thanks > >-----Original Message- >From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 08, 2002 4:01 PM >To: [EMAIL PROTECTED] >Subject: R

Re: Excel needs filename?

2002-04-12 Thread Andrew C. Oliver
This is is a known issue with various versions Internet Explorer. For some reason it ignores the mime type and goes right for the file extension. There are ways around this but none of them are pretty. Bascially you need to try and architect your solution to cause the filename to be somethi

Re: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-14 Thread Andrew C. Oliver
Yeah, I can't get the javadoc to generate under 1.4.0 either. What's worse is it fails and then says "BUILD SUCCESSFUL". I regard the first problem as a small glitch that can probably even be resolved by waiting for 1.4.0_01... The second is a horrible evil bug. ;-) -Andy On Sun, 2002-04-14 a

Re: [SOLUTION] Sorry to be a nag

2002-04-14 Thread Andrew C. Oliver
> > The quick hack: > Look in SimpleLuceneCocoonIndexerImpl.java for the constant > MERGE_FACTOR_DEFAULT = 20. > Lower the value. I set it to 10. Indexing about 2000 files now works > fine. > > /Leo > > On Monday, April 8, 2002, at 02:01 Uhr, Andrew C. Oliver wr

Re: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-14 Thread Andrew C. Oliver
ime believing that this permissions issue of reading into > that path is the fault of Sun's JDK. I have a greater suspicion it has > to do with some build issues within Cocoon, since we already know that > Cocoon 2.0.2 build SDK of choice is 1.3.1. > > -Marc > > And

Re: Cocoon 1.8.2 + HyperSonicSQL

2002-04-15 Thread Andrew C. Oliver
Nope, just grab the jdbc connectstring. Martin Mauri wrote: >Hi, > >Does anybody know if some configuration is needed in Cocoon to be able to >access HyperSonic database files? > >thanks in advance. > >Martin > > >- >Please chec

Re: Cocoon 1.8.2 + HyperSonicSQL

2002-04-15 Thread Andrew C. Oliver
mple I can see?? > > thanks in advances. > > Martin > > - Original Message - > From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 15, 2002 5:45 PM > Subject: Re: Cocoon 1.8.2 + HyperSonicS

Re: SVG2PNG N ot Defined - Request for assistance

2002-04-21 Thread Andrew C. Oliver
btw batik-all is in lib/optional On Sun, 2002-04-21 at 16:13, Matt Heffron wrote: > Good day > I'm experiencing and error when trying to access Cocoon. Snippet of the > error generated is included at the end of this email. Some system info: > > OS - Linux (Redhat 7.2) > HTTP - Apache 2.0.xx >

Re: SVG2PNG N ot Defined - Request for assistance

2002-04-21 Thread Andrew C. Oliver
You must have X installed for batik to work or jump through incredible hoops to make "headless" awt work.. Best thing to do (and highest performing!) is to install xvfb (an in-memory-only X server). Alternatively you can comment out all the batik and fo entries in the sitemap. Either will work.

slightly OT: linux scripts for runningapache2/tomcat/cocoon/batik/xvfb all together (yumm)

2002-04-21 Thread Andrew C. Oliver
This is mildly off-topic -- but I think a good quickstart on how to get headless X-server up with batik/cocoon is kinda called for. Okay here are my scripts used to get tomcat/cocoon/batik functioning nicely with SVG. These are adaptations of old scripts I had and are quite possibly covered/infe

Re: Anyone generated xml from Cocoon?

2002-04-22 Thread Andrew C. Oliver
Rather than "reject"ing the idea of outputting Excel, how about providing a sample? We can't fix it unless we have your samples. If you use the XML serializer on some troublesome data (as opposed to the HSSF Serializer) I can check it out without a database. Check out a new nightly build for

Re: Does HSSF Serializer work?

2002-04-23 Thread Andrew C. Oliver
I'm on RHL 7.2, kernel 2.4.17/2.4.9-RH, JDK 1.3.1, Tomcat 4.0.1/4.0.4b2, Have Gnumeric 1.0.4. Do the samples not work? Can you open a bug and attach defective sheets and/or the xml/xsl you're using to generate it. Are any exceptions thrown? Version of Excel? (97+ is required) -Andy On Tue,

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: >L

Re: Does HSSF Serializer work?

2002-04-24 Thread Andrew C. Oliver
ly scared ;-) Seth Ladd wrote: >On Tue, 2002-04-23 at 17:46, Andrew C. Oliver wrote: > >>I'm on RHL 7.2, kernel 2.4.17/2.4.9-RH, JDK 1.3.1, Tomcat 4.0.1/4.0.4b2, >>Have Gnumeric 1.0.4. Do the samples not work? Can you open a bug and >>attach defective sheets and/or the xml/

Re: Does HSSF Serializer work?

2002-04-24 Thread Andrew C. Oliver
rk together to add russian support to the poi apis. -Andy Sozonnik Andrew wrote: >It is work, display western characters well. But russian chars become >into this - @#$@#$%$%^ > >With respect, >Sozonnik Andrew. > > >-----Original Message- >From: Andrew C. Oliver [m

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: NPE when using HSSFSerializer + big pipeline

2002-04-25 Thread Andrew C. Oliver
improve it. -Andy Seth Ladd wrote: >On Thu, 2002-04-25 at 08:09, Andrew C. Oliver wrote: > >>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 ex

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: 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 suc

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-onl

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 bu

ESQL && HTML

2002-05-12 Thread Andrew C. Oliver
Hi All, I'm working on a sample webapp for cocoon based on www.bringmethis.com. The sources will be released to the cocoon community (with a different skin) and the site will be converted and used as a live example. (its currently in PERL). Contributers to this effort are welcome. I hope to tr

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. > and >>the likes. Can someone poin

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 Gnumeri

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: >

Re: MS Excel

2002-05-15 Thread Andrew C. Oliver
st include cell information or do I need 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! >>

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 answ

Re: MS Excel

2002-05-16 Thread Andrew C. Oliver
and Some documentaion. > >That would be awesome > >Thanks in advance.. >Regds, >Chiths > > > > >-Original Message- >From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 15, 2002 4:55 PM >To: [EMAIL PROTECTED] >Subject: Re:

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 boo

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 X

Re: XMLForms. HOWTO bug?

2002-06-12 Thread Andrew C. Oliver
slower than 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 o

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,

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 --> > http://marc.theaimsgroup.com/?l=xml-cocoon

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 o

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 w

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

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

Re: can't start cocoon under root

2002-07-04 Thread Andrew C. Oliver
here be some security problems? which one? > >greetings, 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

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
everything* 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&#

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 - softw

Re: including dynamic data with XMLForm

2002-07-07 Thread Andrew C. Oliver
would probably use an internal sitemap resource to generate the xml from > the db. > > The sitemap ordering is important. XIncludeTransformer has to come before > the XMLFormTransformer. > > ... > > > ... > > > > If this satisfies your response, prefix your reply wit

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

2002-07-07 Thread Andrew C. Oliver
d 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]> &

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

2002-07-07 Thread Andrew C. Oliver
th 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 want. > > So I'm almost ther

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
in this email that sounds 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

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, Andr

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
kbook/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 --- Begin Message --

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 PROTEC

(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 ser

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 pip

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 pi

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

Re: Stream generator

2002-07-12 Thread Andrew C. Oliver
enlightenment on this question is found here: http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html Leszek Gawron wrote: >There is a nice example how cocoon can handle posted xml data under >samples/request1 uri. Still I got no idea how to process this data. Let's >suppose

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 (provid

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 before

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 >

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 go

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
en it's >enough 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]] >

Re: HSSFSerializer

2002-07-13 Thread Andrew C. Oliver
I think it is. I've never tried it. If someone will explain what they did, I shall update the docs. Look at org.apache.cocoon.serialization.HSSFSerializer - it mostly just conforms to various SAX interfaces. -Andy >the problem is that i solely want to use this class without >all the othe

  1   2   >