I want to make the browser read the below XML and display it
as
How do i do this? Is it possible to do this with
XSLT?
-------------------------------------
1st Page 2k
5mb
Download
---------------------------------------
(where download is is a link to the site
defined in <file>)
The following is an excerpt from my xml:
---------------------------------------------------------
<download>
<name>1st Page 2k</name>
<size>5mb</size>
</download>
-------------------------------------------------------------