Frage

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

War es hilfreich?

Lösung

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.

Andere Tipps

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
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top