Sign in to follow this  
jerryd

Xml Generation From Delphi

Recommended Posts

I have been building a web server in Delphi to be used for a Business Intelligence utility which is utilizing FusionCharts. There are currently over 600 possible charts which can show in this system. I've been trying to put together a general object structure encapsulating all the needed XML generation for FusionCharts. However since there are about 42 different possible types of charts, this project has quickly become a nightmare.

 

I'm wondering if anyone has already written something to wrap this XML generation in Delphi, or at least a language similar to Delphi such as C# or C++. It just needs to be an object-oriented data structure containing all the properties of all the charts, which can generate the XML data on the fly.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this