Pregunta

I am using python 2.7.

I would like to create a xml file like the one ms project creates. I need it (the file) to import it to RadiantQ jQuery Gantt.

any suggestions?? thank you

¿Fue útil?

Solución

I would suggest trying MPXJ, if the platform you are working on allows interoperation between Python and Java or .Net.

Similar question and answer here with some suggestions for interoperability tools.

Otros consejos

There are lots of libraries available in python to deal with xml files. I personally used ElementTree. Below link is the summary tutorial for this:

    http://docs.python.org/2.7/library/xml.etree.elementtree.html#parsing-xml
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top