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
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
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