I'm new to the SVG but not new to XML. With that said, I'm confused with the idea of trying to use XSL to create a SVG for my XML. This is for a personal web server in my home ( windows XP running Appache 2.2) . I use the XML to just create html tables to monitor my solar and wind power systems. I came up with the wild idea of doing this with SVG.
I have installed Opera9.5 and tried various examples with no success. My goal here is to take the file below and create a graph for this inverter and two other. I'm trying to keep this simple as possible, Thank you in advance <?xml version="1.0" encoding="iso-8859-1" ?> - <WR18UW4E_1564403641> - <record> <Date>27.09.2008 22:39:47</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> - <record> <Date>27.09.2008 22:46:47</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> - <record> <Date>27.09.2008 22:49:07</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> - <record> <Date>27.09.2008 22:49:47</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> - <record> <Date>27.09.2008 23:09:10</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> - <record> <Date>27.09.2008 23:44:54</Date> <Power>0</Power> <today>4.6026675871999</today> <totals>10154.366830873</totals> </record> </WR18UW4E_1564403641> ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

