Posible or not

Hi,

I was wondering. I have a small CAD program wich can export to xml files. Would it be posible to grab the xml with python then recreate it in blender by code (with python code) and then show it in the web plugin.

In this cad program I simply draw a layout of one floor of a building. I draw the walls. in the xml are simply the coordinates of these walls. (x1, x2, y1, y2). So with python I could read the xml out. Then programmaticaly recreate those walls and give it depth. and then show it in the webplugin.

tanks in advance

of course it’s possible, but it will take some work.

Can this CAD program output to any other format? It would be a lot simpler if blender already has a plugin for the fileformat.