[Catalyst] Xml data to html
Pedro Guevara
peter at capybara-software.com
Mon Sep 15 20:53:18 BST 2008
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=3D"Wolf">
<book name=3D"The King">
<book name=3D"The Queen">
</library>
<library name=3D"Fox">
<book name=3D"The Castle">
<book name=3D"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
> <peter at capybara-software.com> 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: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.u=
k/
> Dev site: http://dev.catalyst.perl.org/
>
> =
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080915/f9b44=
6c2/attachment.htm
More information about the Catalyst
mailing list