Re: [Catalyst] Xml data to html

2008-09-15 Thread Xavier Caron
Howdy, > I expect you could understand me... As already stated on the list, this is not Catalyst's work. You'll want to use XML::LibXML, XML::LibXSLT or XML::Twig for this matter instead. Here is a little sample of what you can do with XML::LibXSLT (by chance, I'm currently deep into this at the

Re: [Catalyst] Xml data to html

2008-09-15 Thread Nickolay Platonov
If you are looking for XML Parser I can recomend to use XML::LibXML instead any other. On Tue, Sep 16, 2008 at 12:29 AM, J. Shirley <[EMAIL PROTECTED]> wrote: > On Mon, Sep 15, 2008 at 12:53 PM, Pedro Guevara > <[EMAIL PROTECTED]> wrote: > > Well I thought to make a script but It's going to take

Re: [Catalyst] Xml data to html

2008-09-15 Thread J. Shirley
On Mon, Sep 15, 2008 at 12:53 PM, Pedro Guevara <[EMAIL PROTECTED]> wrote: > Well I thought to make a script but It's going to take me a lot of time. > Because is a complex tree of data, so I supossed that some module of > Catalyst would do it for me. [stop] No, Catalyst is an MVC framework. It

Re: [Catalyst] Xml data to html

2008-09-15 Thread Pedro Guevara
Well I thought to make a script but It's going to take me a lot of time. Because is a complex tree of data, so I supossed that some module of Catalyst would do it for me. It's like And it retrieves: like html Libraries Librar

Re: [Catalyst] Xml data to html

2008-09-15 Thread J. Shirley
On Mon, Sep 15, 2008 at 12:11 PM, Pedro Guevara <[EMAIL PROTECTED]> wrote: > hi everybody > > In a project I receive plenty of data like xml using Catalyst. I was > wondering if you know some tool to convert this xml data to html. > > Thanks in advance > > Peter > xslt? More info please. -J ___

Re: [Catalyst] Xml data to html

2008-09-15 Thread Thiago Rondon
Pedro, It's not a Catalyst job. Suggestion ? Try to understand this XML, make a script by yourself to do this job. You can find modules at CPAN to help you. -Thiago Rondon Pedro Guevara escreveu: hi everybody In a project I receive plenty of data like xml using Catalyst. I was wondering

[Catalyst] Xml data to html

2008-09-15 Thread Pedro Guevara
hi everybody In a project I receive plenty of data like xml using Catalyst. I was wondering if you know some tool to convert this xml data to html. Thanks in advance Peter ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Pedro Guevara
hi everybody In a project I receive plenty of data like xml using Catalyst. I was wondering if you know some tool to convert this xml data to html. Peter ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinf

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Wade . Stuart
Terence Monteiro <[EMAIL PROTECTED]> wrote on 09/15/2008 10:23:50 AM: > Jose Luis Martinez wrote: > > Terence Monteiro escribió: > >> On my machine, an ubuntu hardy, it works fast - about 2.5 seconds to > >> process the template. On a production server using debian lenny, it > >> used to > >> ta

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Terence Monteiro
Jose Luis Martinez wrote: > Terence Monteiro escribió: >> On my machine, an ubuntu hardy, it works fast - about 2.5 seconds to >> process the template. On a production server using debian lenny, it >> used to >> take around the same amount of time. But recently, I upgraded it to >> libperl >> 5.10

[Catalyst] [patch] Catalyst::Authentication::Store::DBIx::Class's authenticate parameters Documentation

2008-09-15 Thread Greg Matheson
t0m and others on #catalyst helped me understand that the 'username' key-value pair I was passing to authenticate was resulting in the first user in the user_class table being authenticated, a problem that has apparently been met by others too. See the message at http://lists.scsys.co.uk/piper

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Jose Luis Martinez
Terence Monteiro escribió: On my machine, an ubuntu hardy, it works fast - about 2.5 seconds to process the template. On a production server using debian lenny, it used to take around the same amount of time. But recently, I upgraded it to libperl 5.10 and updated the different Perl modules inclu

Re: [Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Moritz Onken
Hi, I've been using TT for years and enjoy the features it provides. In one of my Catalyst applications, I'm processing a template which generates HTML to give me a table with counts taken from a hash. I'm using a lot of nested FOREACH to generate the table. On my machine, an ubuntu har

[Catalyst] Slow template processing on debian lenny

2008-09-15 Thread Terence Monteiro
Hi, I've been using TT for years and enjoy the features it provides. In one of my Catalyst applications, I'm processing a template which generates HTML to give me a table with counts taken from a hash. I'm using a lot of nested FOREACH to generate the table. On my machine, an ubuntu hardy, it wor