This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

No Subject


hello all,

I have some xml files that look like this:

<?xml version="1.0" encoding="ISO8859-1" ?>
<histogram>
    <name>myName</name>
    <createdOn>25/05/2001</createdOn>
    <lastUpdate>05/06/2001</lastUpdate>
    <column>
    	<index>0</index>
    	<height>123</height>
    </column>
    ....
    <column>
    	<index>9</index>
    	<height>203</height>
    </column>
</curve>

I would like to visualize this data in an html
document, with a nice graphic of the histogram curve!.
Should I use XSL ? Has someone done something similar?
if yes how?

thanks

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]