Help about a xsl transformation

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi all,
I am trying to run the following transformation I found here to transform charts into html like this but do not have luck. It works on jenis site but not on my computer. It uses some files that can be downloaded on that site
I made the test.xml file like below and double click on it but I only get the line(no chart at all)
Jan642Feb527Mar364Apr843May295Jun250Jul654Aug828Sep454Oct732Nov236Dec546
Could you please help me make it work
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl svg-utils.xsl" ?>
<stats>
<item><label>Jan</label><value>642</value></item>
<item><label>Feb</label><value>527</value></item>
<item><label>Mar</label><value>364</value></item>
<item><label>Apr</label><value>843</value></item>
<item><label>May</label><value>295</value></item>
<item><label>Jun</label><value>250</value></item>
<item><label>Jul</label><value>654</value></item>
<item><label>Aug</label><value>828</value></item>
<item><label>Sep</label><value>454</value></item>
<item><label>Oct</label><value>732</value></item>
<item><label>Nov</label><value>236</value></item>
<item><label>Dec</label><value>546</value></item>
</stats>
Thank you very much in advance,
Marco


View the full article
 
Back
Top