Re: Using a different XSLT Transformer in 2.2

2013-10-07 Thread Neil Dixon
Neil Dixon neil.dixon at alstom.com writes: Found a simpler solution. 2.2 still reads cocoon.xconf if you put it in the proper place (META-INF/cocoon/avalon) - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org

Using a different XSLT Transformer in 2.2

2013-10-02 Thread Neil Dixon
Hi, I'm currently porting an application from 2..12 to 2.2. In 2.1.12 I defined use of saxon in cocooon.xconf. component class=org.apache.excalibur.xml.xslt.XSLTProcessorImpl logger=core.xslt-processor role=org.apache.excalibur.xml.xslt.XSLTProcessor/saxon parameter name=use-store

Continuations and site indexing

2005-11-22 Thread Neil
Hi, In reading about Cocoon and its use of control flow, I wondered about the implications of continuations for indexing of Cocoon-based sites by search engines, or by advertising services such as Google's AdSense (which require static URLs). Wouldn't the presence of a page-specific

Union widget and flowscript

2005-09-13 Thread neil . dixon
Greetings! I'm having a problem accessing the contents of a union widget from flowscript: Here's the details-: My form file contains fd:field id=customer required=true fd:labelCustomer:/fd:label fd:datatype base=string/ fd:selection-list src=cocoon:/customersellist.xml

Unclosed '}' thrown by i18n transformer

2004-10-18 Thread Neil Bacon
$Id: ParamSaxBuffer.java,v 1.6 2004/05/06 10:09:03 bruno Exp $ + * @version CVS $Id: ParamSaxBuffer.java,v 1.2 2004/10/18 05:35:12 neil Exp $ */ public class ParamSaxBuffer extends SaxBuffer { /** + * Fix the fixme in characters(): + * If ch (in characters()) contains an unmatched

RE: Host selector causing problem with PDF serialiser - Email has different SMTP TO: and MIME TO: fields in the email addresses

2004-09-09 Thread Neil Rudd
The host selector mounts a folder located on a different logical disk, as shown in the code snippet below. !-- MOUNT IIS CUSTOMER COCOON FOLDERS -- map:match pattern=*/** map:select type=Host map:when test=neilrudd-co-uk map:mount check-reload=yes

Re: no caching whit fo2pdf

2004-07-21 Thread Neil Bacon
Check out the thread starting at: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=106075579802303w=2 This worked perfectly: I'm about to try another work around, that is to include the image as inline svg with fo:instream-foreign-object and thus avoid unwanted caching. Regards, Neil

RE: not requiring cocoon/ in URLs?

2004-05-30 Thread Neil Bacon
1. rename tomcat/webapps/cocoon to tomcat/webapps/lgic then use http://host.org/lgic/lgic instead of http://host.org/cocoon/lgic 2. change the way the top level sitemap mounts your lgic sitemap so that its accessed via lgic instead of lgic/lgic e.g. map:match pattern=** map:mount

Re: Problem with repeater binding in CForm

2004-05-24 Thread Neil Killick
Marc, The code you wrote is exactly what I am doing. The Order bean does have a setDeliveries method (there would be compile errors if it didn't). It's a baffling one! Thanks, Neil - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 25

Re: Problem with repeater binding in CForm

2004-05-23 Thread Neil Killick
there are getDeliveries() and setDeliveries(ArrayList deliveries) methods defined. And, yes, the Address bean does have setCity(). Any more ideas? Cheers, Neil - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 21, 2004 6:06 PM Subject: Re

Problem with repeater binding in CForm

2004-05-20 Thread Neil Killick
t;id" path="@id"/ /fb:identityfb:on-bindfb:value id="street" path="address/street"/fb:value id="suburb" path="address/suburb"/fb:value id="city" path="address/city"/fb:value id="state" path="address/state

RE: Best Practices for Debugging XML?

2004-04-20 Thread Neil Bacon
Use a view - see http://cocoon.apache.org/2.1/userdocs/concepts/views.html Usage: myURL?cocoon-view=content -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Swearingen Sent: Wednesday, 21 April 2004 12:21 PM To: [EMAIL PROTECTED] Subject: Best

RE: DOM-Free Generator

2004-03-30 Thread Neil Bacon
Title: Message Cocoon passes SAX event's between pipeline elements (because its far more efficient than parsing and serializing to XML text at each transformation), so your generator must use a SAX parser to generate SAX events from the XML text stored in your CLOB. I guess the

BSF/beanshell working with rhino1.5r4-continuations-20040228.jar?

2004-03-15 Thread Neil Bacon
Has anyone got BSF/beanshell working with rhino1.5r4-continuations-20040228.jar? I'd like to use BSF with cocoon for some dynamic code in an otherwise static generator (not using the bsf block). I'd like to be able to use both beanshell and javascript. With - bsf-2.3.0.jar (first Apache version

RE: Need help on generating excel

2004-03-08 Thread Neil Bacon
the transformed XML in both cases as that might be enough to point you in the right direction. Maybe the xsp isn't using namespaces correctly. Cheers, Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anna Bikkina Sent: Tuesday, 9 March 2004 8:31 AM

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-02 Thread Neil Bacon
COCOON : 2.1.4dev in production 2.1.5dev in development JDK : 1.4.2 CONTAINER : Tomcat 4.1.27 in production 5.0.18 in development (optional) PRO/CON 1.4 requirement for 2.2 : PRO Cheers, Neil. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans Sent

RE: Actions and parameters in sitemap

2004-02-24 Thread Neil Bacon
Try map:parameter name=act1msg1 value={../startdate}/ map:parameter name=act1msg2 value={../enddate}/ Cheers, Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anna Bikkina Sent: Wednesday, 25 February 2004 9:38 AM To: [EMAIL PROTECTED

RE: building Collection from JDO problems

2004-02-22 Thread Neil Bacon
logic in reports by adding extra get*() methods (which result in extra fields which the user can select for extraction). Cheers, Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Antonio Gallardo Sent: Monday, 23 February 2004 10:22 AM To: [EMAIL

xreporter and JDO?

2003-11-09 Thread neil
Hi, What would be the options for getting xreporter to use JDO (or any plain java object) instead of JDBC? I understand that it has a HTTP datasource (gets XML from a URL) so that would be one possibility, but maybe there are better ways? Thanks, Neil

RE: Odd problem(s) installing cocoon 2.1.1 under Windows 2000

2003-09-23 Thread neil
I think you need to unpack the kit with gnu-tar (winzip doesn't make the empty directories). I did read this somewhere, but can't find the reference now. I use the tar in cygwin. Cheers, Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL

RE: fop image caching

2003-08-14 Thread neil
, that is to include the image as inline svg with fo:instream-foreign-object and thus avoid unwanted caching. Cheers, Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of J.Pietschmann Sent: Thursday, 14 August 2003 5:08 AM To: [EMAIL PROTECTED

fop image caching

2003-08-14 Thread neil
Does cocoon-2.1 ever call org.apache.fop.image.FopImageFactory.resetCache() to stop the fop image cache from consuming all memory? Maybe it should be called after rendering every page to avoid having to use the dummy parameter mentioned below. Is it safe to call this method while images are

conflicting batik versions in cocoon-2.1rc1 and its version of fop

2003-08-14 Thread neil
Hi, Before the final cocoon-2.1 release is it possible to get the same version of batik used in cocoon and in its version of fop? Details... I've been trying out cocoon/fins/jfreechart/fop/batik to produce charts using scalable pdf drawing commands so that the charts look good over a wide range

RE: [ANN] Apache Cocoon 2.1 Released

2003-08-14 Thread neil
Where is the binary??? The download page explains that there isn't one (and why). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I want Dynamic transforms, can someone help me?

2003-08-09 Thread Neil
invokes/applies the right XSLT template based on the selection criterium as described above. With Cocoon and XSLT you can definitely go in many different ways. This is just an idea... jlerm - Original Message - From: Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 08, 2003