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
<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...
Peter
J. Shirley wrote:
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
_______________________________________________
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/