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 jeni's site but not on my computer.
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" href="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
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 jeni's site but not on my computer.
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" href="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