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 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 helps structure -your- code and > other code into logical compartments so that it is easier to develop, > maintain, etc. > > What you want is "perl". That's the programming language Catalyst is > written in. > > > It's like > > <libraries> > > <library name="Wolf"> > > <book name="The King"> > > <book name="The Queen"> > > </library> > > <library name="Fox"> > > <book name="The Castle"> > > <book name="The Dragon"> > > </library> > > <libraries> > > > > And it retrieves: like html > > > > Libraries > > <table> > > <tr> > > <td>Library :</td><td> Wolf</td> > > <td>Books:</td><td> The King, The Queen</td> > > </tr> > > <tr> > > <td>Library :</td><td> Fox</td> > > <td> Books:</td><td> The Castle, The Dragon</td> > > </tr> > > </table> > > > > I expect you could understand me... > > Thanks for your help... > > You probably want XSLT, since it is exactly for transforming XML to > other formats (such as HTML). > > There are many ways to do this, and many perl modules available to help: > http://search.cpan.org/search?query=Xslt&mode=all > > -J > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ >
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
