Re: Cocoon written in PHP

2006-08-04 Thread Bertrand Delacretaz
Hi Hugh, On 8/3/06, Hugh Field-Richards [EMAIL PROTECTED] wrote: ... Thought I would post on this group about a Cocoon system that I have done using PHP5 and see if anyone is interested... Thanks for sharing this, it is interesting indeed! IIUC, currently you're using XSLT to transform your

RE: Cocoon written in PHP

2006-08-04 Thread Jeroen Reijn
Wow this looks really interesting. I have a php background so this sounds interesting. :-) Reijn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bertrand Delacretaz Posted At: Friday, August 04, 2006 9:09 AM Posted To: Cocoon User List Conversation: Cocoon

Re: Cocoon written in PHP

2006-08-04 Thread Hugh Field-Richards
I have not looked at anything else but XSL transforms because of my background with Cocoon itself. I also wanted to be able to port whatever I did in Paloose back to Cocoon with the minimum of change (and effort). If people are interested then I might have a look at other methods of

database no result no error

2006-08-04 Thread Roel Croonenberghs
Hello, I'm trying to access a MSSQL database in cocoon via ODBC. I added this code to web.xml init-param param-nameload-class/param-name param-value !-- For parent ComponentManager sample: org.apache.cocoon.samples.parentcm.Configurator -- !-- For IBM WebSphere:

Re: Re: Cocoon written in PHP

2006-08-04 Thread Bertrand Delacretaz
On 8/4/06, Hugh Field-Richards [EMAIL PROTECTED] wrote: If you have a link to point me towards a site describing what you are referring to, I will have a look I was thinking of templating systems like Smarty, http://smarty.php.net/ - AFAIK there are several such templating systems

How do I do a catalog (SVG SVG via xslt)

2006-08-04 Thread Lincoln
A year ago I posted SVG SVG via xslt http://www.mail-archive.com/users@cocoon.apache.org/msg28925.html however one part of the solution involved... --- It seems to me like the problem is Cocoon (or the parser specifically) is actually trying to fetch the DTD from the Web, which obviously takes

Access to XML bean elements in flowscript/javaflow

2006-08-04 Thread Saskia Heesen
Hello all I have studied the binding examples in the cocoon forms block and have build another simple example, in that the user can enter a number and gets back the square of the number. This example works pretty good as long as I use a JavaScriptBean or a JavaBean. When I use an XML bean, I

Re: Cocoon written in PHP

2006-08-04 Thread Hugh Field-Richards
I haven't come across Smarty before so I will need to look at it, thanks for the link. Currently I am having to sort out my new music publishing venture so nothing will be happening overnight. However I should be able to look at it during August and see what what can be done.Thanks to everyone for

XSL transrormers with use-request-parameters and caching [was: sitemap chaining]

2006-08-04 Thread [EMAIL PROTECTED]
Hi Folks! I'm not too familiar with cocoon any more, since I haven't been using it for a while. (Still one of my favorite projects though!) I'm also not an expert on caching in cocoon, but I wonder if the following problem couldn't be overcome technically: Ard Schrijvers wrote: I am becoming a

CForms in Portal + Continuations

2006-08-04 Thread Wadim Kruse
Hi @all, Sorry for repeating the question, but I couldn't find a solution in the docs and on the list. I've got cforms with styling working in portal (it's probably not the best solution to copy the cforms head section into the portal-page.xsl, but it works). My problem now are the actions:

Forward form data to and external servlet

2006-08-04 Thread Andrew Wilcox
Hello everyone, I have a newbie question. I would like to create a form that, on completion, submits the XML data to a servlet on another server. Can anyone tell me the best way to accomplish this? Thanks Andrew Wilcox

Uppercase UTF-8 Diacritic characters

2006-08-04 Thread Tricia Williams
Hi All, I was hoping that someone might be able to give me some insight. I am using flowscript to redirect input from a form to another service which gives me the xml results I want which can then be processed by subsequent cocoon pipelines to provide the display I want. This works