You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Bentley, Tim" <TI...@ca.com> on 2001/07/10 02:02:18 UTC

[C2] Question: Is FP feasible for C2?

My employers are quite taken with the FP taglib for C1, and would like to
use something like it with C2.  I have been looking at the FP code, and
wondering how feasible it would be to convert it/do something similar in the
context of C2.

Forgive me if I'm off the track, but it seems to me that the DOM model in C1
made something like FP a little easier because you could deal with the whole
XML source document in memory.  Presumably things are a little trickier with
the SAX model in C2?

I have seen a couple of questions about FP for C2 on the users list, so I
thought I'd ask here if it's feasible and/or if anyone's working on  it
before possibly having a stab myself.


Regards,


Tim Bentley

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] Question: Is FP feasible for C2?

Posted by Jeremy Quinn <je...@media.demon.co.uk>.
At 10:02 AM +1000 10/7/01, Bentley, Tim wrote:
>My employers are quite taken with the FP taglib for C1, and would like to
>use something like it with C2.  I have been looking at the FP code, and
>wondering how feasible it would be to convert it/do something similar in the
>context of C2.

very

>Forgive me if I'm off the track, but it seems to me that the DOM model in C1
>made something like FP a little easier because you could deal with the whole
>XML source document in memory.  Presumably things are a little trickier with
>the SAX model in C2?

I suspect I would still work in DOM to manipulate the document, only using
SAX when you specify output.

>I have seen a couple of questions about FP for C2 on the users list, so I
>thought I'd ask here if it's feasible and/or if anyone's working on  it
>before possibly having a stab myself.

Please feel free to go ahead!


regards Jeremy
-- 
   ___________________________________________________________________

   Jeremy Quinn                                           Karma Divers
                                                       webSpace Design
                                            HyperMedia Research Centre

   <ma...@mac.com>     		 <http://www.media.demon.co.uk>
    <phone:+44.[0].20.7737.6831>        <pa...@sms.genie.co.uk>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2] Question: Is FP feasible for C2?

Posted by Jose de Zarate <jz...@havet.es>.
Tim.
I also made that kind of question a month ago, and now I post you the answer I
got.

""""""""""""""""I recently committed myself on this list to update the FP
TagLib for Cocoon 2.

I have not even started yet ;)

As for FP type Actions, my hope (and stated condition for doing the above
work) is that XSP Actions (something that was discussed here a few months
ago) will become a reality, allowing us to compile custom Actions from XSP
TagLibs.

That's the plan anyhow ......

regards Jeremy"""""""""



> My employers are quite taken with the FP taglib for C1, and would like to
> use something like it with C2.  I have been looking at the FP code, and
> wondering how feasible it would be to convert it/do something similar in the
> context of C2.
>
> Forgive me if I'm off the track, but it seems to me that the DOM model in C1
> made something like FP a little easier because you could deal with the whole
> XML source document in memory.  Presumably things are a little trickier with
> the SAX model in C2?
>
> I have seen a couple of questions about FP for C2 on the users list, so I
> thought I'd ask here if it's feasible and/or if anyone's working on  it
> before possibly having a stab myself.
>
> Regards,
>
> Tim Bentley
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org