2

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

2
  • Are you asking about creating XML files, or about the MS project file format? Commented Jun 12, 2013 at 10:05
  • XML file. But with schema like the one MS project creates when you save project in MS project as *.xml. It is quite complicated so I thought there is a library for that or smth like for example for iCal standard Commented Jun 12, 2013 at 14:19

2 Answers 2

1

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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

1 Comment

ok, but specific for MS project XML, is there a library such as win32com.client for word, excel???

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.