I have to develop an application which will generate product catalog. My plan is to build a webapp with PHP and MySQL and the catalog pages to be generated in SVG format. I was thinking to use RaphaelJS for the SVG file generation.
I don't expect to get a very smooth and a final version for the pages of the product catalog from my app. For the fine edits, the client wish to use corel draw. I know that I can convert the svg files to cdr, using the uniconvertor (if the client insist to have cdr file).
The problem is that I'm not sure if this is the right approach. Before I start coding I need some advice. Do you think that this is a good path?