[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Load xml data in a html file

Bu Mihai

7/3/2008 11:20:00 AM

I have in a xml file a hard disk folders/files structure
<folder id='1'>
<folder id='2'>
<file>
<filename>new.txt</filename>
<filesize>1234</filesize>
....................................

I want to load that xml file in a hmtl one so that:in the left of the
html page i have a frame with a hmtl tree to simulate a navigation
between folders and files and in the right if you click on a file i want
to be displayed some informations about the file, like size, type of
file etc.

How can i do that? Any advice is welcome.
--
Posted via http://www.ruby-....