[CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Ugo Cei
Dear Cocooners, I've started using Saxon8 instead of Xalan for all my Cocoon applications but it seems I've hit a snag when it comes to displaying forms. Looks like Saxon doesn't like the CForms stylesheets because the resources-uri variable is declared multiple times. Indeed, it is declared

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Daniel Fagerstrom
Ugo Cei wrote: Dear Cocooners, I've started using Saxon8 instead of Xalan for all my Cocoon applications but it seems I've hit a snag when it comes to displaying forms. Looks like Saxon doesn't like the CForms stylesheets because the resources-uri variable is declared multiple times.

Re: Implementing map:mount... in Forrest Locationmap

2005-07-12 Thread Nicola Ken Barozzi
Unico Hommes wrote: I don't think the locationmap has the growth potential of the sitemap. After the addition of mounting semantics the locationmap is probably done. My impression too. Doing the minimum that we need now is the best thing to do IMHO. -- Nicola Ken Barozzi

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Antonio Gallardo
Ugo Cei wrote: Dear Cocooners, I've started using Saxon8 instead of Xalan for all my Cocoon applications but it seems I've hit a snag when it comes to displaying forms. Looks like Saxon doesn't like the CForms stylesheets because the resources-uri variable is declared multiple times.

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Ugo Cei
Il giorno 12/lug/05, alle 14:40, Antonio Gallardo ha scritto: If this will work in xalan and saxon: +1 It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt anyone is doing

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Reinhard Poetz
Ugo Cei wrote: Il giorno 12/lug/05, alle 14:40, Antonio Gallardo ha scritto: If this will work in xalan and saxon: +1 It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt

DO NOT REPLY [Bug 35705] New: - No controls in some case in the sitemap

2005-07-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35705. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Jason Johnston
On Tue, 2005-07-12 at 15:08 +0200, Reinhard Poetz wrote: Ugo Cei wrote: It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt anyone is doing this, however. I'm doing

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Joerg Heinicke
On 12.07.2005 17:42, Jason Johnston wrote: It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt anyone is doing this, however. I'm doing this :-) As the name says, it's

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Ugo Cei
Il giorno 12/lug/05, alle 19:22, Joerg Heinicke ha scritto: On 12.07.2005 17:42, Jason Johnston wrote: It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt anyone is doing

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Peter Hunsberger
On 7/12/05, Ugo Cei [EMAIL PROTECTED] wrote: snip/ I tried changing includes to imports in forms-samples-styling.xsl but this breaks the samples. I couldn't spot where the difference was between the two outputs, but the layout of the form1 sample is wrong and tabs disappeared. That's going

Re: [CForms] Stylesheets incompatible with Saxon 8

2005-07-12 Thread Reinhard Poetz
Joerg Heinicke wrote: On 12.07.2005 17:42, Jason Johnston wrote: It works. The only nagging doubt I have is whether removing the parameter declaration from the included files means that they cannot be used anymore by themselves. I doubt anyone is doing this, however. I'm doing this :-) As

DirectoryGenerator using abstract Source

2005-07-12 Thread Michael Wechner
Hi It seems to me that the directory generator is not really based on the abstract methods of an excalibur Source, but rather takes the source and maps it onto a java.io.File. Is that intended or just not implemented for the lack of time? I would like to make this more generic with regard to

Re: DirectoryGenerator using abstract Source

2005-07-12 Thread Joerg Heinicke
On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the abstract methods of an excalibur Source, but rather takes the source and maps it onto a java.io.File. Is that intended or just not implemented for the lack of time? I would like

Re: cocoon-refdoc initial code is in the whiteboard

2005-07-12 Thread Robert Graham
I'm a little confused as to how the wildcard matchers work here: With a given URI snippets/samples/subdir/dummy-sitemap.xweb {global.codebase} = ../annotated-code That folder contains the files referenced by the pipeline. map:match pattern=*/**.* map:generate type=slop

Re: [GSoC] we need CLAs for GSoC people

2005-07-12 Thread Heh
Hi, I faxed the signed CLA today. When can I receive access to the SVN? -Heh On 7/11/05, Robert Graham [EMAIL PROTECTED] wrote: I faxed mine tonight. Robert

Re: cocoon-refdoc initial code is in the whiteboard

2005-07-12 Thread Reinhard Poetz
Robert Graham wrote: I'm a little confused as to how the wildcard matchers work here: With a given URI snippets/samples/subdir/dummy-sitemap.xweb {global.codebase} = ../annotated-code That folder contains the files referenced by the pipeline. map:match pattern=*/**.* map:generate