Hi there,
I would like to convert data from my postgres database into something like this:
Now, it seems there are different approaches possible how to generate the XML code. One is the phpHtmlLib library, one the PEAR::XML_SVG which looks a little bit outdated, and evidently, coding it myself. Are there any other solutions out there? I would like very much to have as little work as possible, so using some kind of lib or framework would be good for me.
Thanks for any advice.
I would like to convert data from my postgres database into something like this:
Now, it seems there are different approaches possible how to generate the XML code. One is the phpHtmlLib library, one the PEAR::XML_SVG which looks a little bit outdated, and evidently, coding it myself. Are there any other solutions out there? I would like very much to have as little work as possible, so using some kind of lib or framework would be good for me.
Thanks for any advice.