S
Sterling
I've been using FrontPage 2003 with OWC11 and generating exactly the
type of charts that I want quickly.
The Problem:
How do I take the code that's generated :
<object classid="clsid:0002E55D-0000-0000-C000-000000000046"
id="ChartSpace1">
<param name="XMLData" value="<xml
xmlns:x='urn:schemas-microsoft-comffice:excel'>
<x:ChartSpace>
.....
</xml>">
And reroute this object/XML into an image using ASP?
I'd like to not have to write this from scratch using the APIs as that
can take an extremely long time for complex charts and be buggy.
type of charts that I want quickly.
The Problem:
How do I take the code that's generated :
<object classid="clsid:0002E55D-0000-0000-C000-000000000046"
id="ChartSpace1">
<param name="XMLData" value="<xml
xmlns:x='urn:schemas-microsoft-comffice:excel'>
<x:ChartSpace>
.....
</xml>">
And reroute this object/XML into an image using ASP?
I'd like to not have to write this from scratch using the APIs as that
can take an extremely long time for complex charts and be buggy.