Re: xsp action sample doesn't work

2003-02-27 Thread Litrik De Roy
What does your sitemap look like ? Litrik De Roy www.litrik.com - Original Message - From: "joni santoso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 8:08 AM Subject: xsp action sample doesn't work > Hi, > > I tri

Re: Cocoon 2 via command line & Baltimore CHUG

2003-02-04 Thread Litrik De Roy
I once started looking into the CommandLine interface but I just couldn't figure it out. So, yes, please keep adding stuff to the Wiki, in any shape or form. Litrik De Roy www.litrik.com - Original Message - From: "Upayavira" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [POLL] JDK 1.2 Support

2003-02-01 Thread Litrik De Roy
1.3 Litrik De Roy www.litrik.com - Original Message - From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: "Cocoon Users" <[EMAIL PROTECTED]> Cc: "Cocoon Developers" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 8:06 PM Subject: [

Automated spellchecking of XML files

2003-01-16 Thread Litrik De Roy
Does anybody know of a tool that allow XML files to be spellchecked automatically? If yes, does it integrate with Cocoon? With Ant? Litrik De Roy www.litrik.com - Please check that your question has not already been answered

Re: File downloading with cocoon

2003-01-06 Thread Litrik De Roy
angeResourceReader in 2.1 scratchpad). They work just fine. Litrik De Roy www.litrik.com - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.h

Re: [more] cocoon 204 - core.log - [become bigger without requests]

2003-01-03 Thread Litrik De Roy
Open WEB-INF/logkit.xconf Look for the line: And change it to: That should work... Litrik De Roy www.litrik.com - Original Message - From: "Cocoon User" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 8:23 PM Subject: [more] cocoon 20

Re: Photo Album sample?

2002-12-10 Thread Litrik De Roy
I made an entry some time ago about the ImageReader. Very close... http://outerthought.net/wiki/Wiki.jsp?page=ImageReader Litrik De Roy www.litrik.com - Original Message - From: "Upayavira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 20

Re: total action confusion

2002-11-24 Thread Litrik De Roy
There is a page in the Wiki that explains how to write an action using XSP : http://outerthought.net/wiki/Wiki.jsp?page=XSPAction Litrik De Roy www.litrik.com - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, Nov

Re: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Litrik De Roy
And I think you need to restart Cocoon before it notices the new jar... Litrik De Roy www.litrik.com - Original Message - From: "Reinhard Poetz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 8:45 PM Subject: RE: jar files in coc

Re: XML to PDF

2002-10-20 Thread Litrik De Roy
Take a look at http://www.inventivedesigners.com/products/scriptura/demo.html Inventive Designers' product Scriptura was used to design the document and merge the dynamic data (as text and as a bar code). Cocoon is serving the page (using its built-in FOP rendering capabilities). Litrik D

Re: Link Livesites:

2002-10-07 Thread Litrik De Roy
And it looks like the new "Link Livesites" that have been sent recently to this list haven't been added yet to that page. (At least the Inventive Designers site is not on the page) How often does that page get updated? Litrik De Roy www.litrik.com - Original Message ---

Re: Cocoon and PDF/HTML-Layout Tools Integration (for expl. QuarkXPress,... etc.)

2002-09-12 Thread Litrik De Roy
mer: I work for Inventive Designers. Litrik De Roy www.litrik.com - Original Message - From: "massimo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 9:18 AM Subject: Cocoon and PDF/HTML-Layout Tools Integration (for expl. QuarkXPress

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

2002-09-10 Thread Litrik De Roy
Some more links about favicons: http://www.favicon.com/ http://webdesign.about.com/c/ht/00/07/How_Add_Custom_Favorites0962932994.htm http://www.bjoernsworld.de/ie/favicon.html Litrik De Roy www.litrik.com - Original Message - From: "Nicola Ken Barozzi" <[EMAIL P

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Litrik De Roy
I have documented how to write an action using XSP at http://outerthought.net/wiki/Wiki.jsp?page=XSPAction That should get you started. Litrik De Roy www.litrik.com - Original Message - From: "Michael Edge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursd

[Summary] Writing an action using XSP

2002-08-31 Thread Litrik De Roy
Hello All, I have written a small summary that explains how you can write your own action using XSP. It is in the Cocoon Wiki at http://outerthought.net/wiki/Wiki.jsp?page=XSPAction Litrik De Roy www.litrik.com - Please

Re: Making a new Action

2002-08-18 Thread Litrik De Roy
(almost no documentation and only a few entires in the mailing list archive). If you need some help, let me know and I'll post a summary. Litrik De Roy www.litrik.com - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: S

Re: font embedding driving me mad!!!

2002-08-08 Thread Litrik De Roy
ource code yet. Can one of the developers please take a look at it and if the patch does work commit it to the CVS. I'm geting tired of the Times New Roman in the PDFs ;o) Litrik De Roy www.litrik.com - Original Message - From: "kyle koss" <[EMAIL PROTECTED]> To

Maximum filesize supported by readers

2002-08-03 Thread Litrik De Roy
Fellow users, Are there any limitations on the size of files served by readers () ? What is the size of the largest file that you have served using a reader? I would like to serve a 50-60 MB file (.exe or .tgz). Did anybody already encounter problems with files of this size? Litrik De Roy

Re: trying to get a simple XSP page working

2002-07-27 Thread Litrik De Roy
The "less than" is being considered to be the beginning of an XML tag. Either put the whole statement in a CDATA section or use an XML entity (<) as explained in http://www.mail-archive.com/cocoon-users@xml.apache.org/msg10347.html Litrik De Roy www.litrik.com - Ori

Re: Excel generator

2002-07-23 Thread Litrik De Roy
o. Just sharing my experience... Litrik De Roy www.litrik.com - Original Message - From: "Sven Kuenzler" <[EMAIL PROTECTED]> Newsgroups: gmane.text.xml.cocoon.user To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 2:57 PM Subject: Re: Excel generator > > Is th