問題タブ [mpxj]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Converting MPP files to MS XML format in Python using MPXJ
I am trying to convert MPP file to MS XML format using MPXJ library and Jpype
This works fine if I try to convert to json format. However, there is always an error related to xml file. I get an error related to java xml library
Would anyone be able to assist in this issue. I am using Python 3.8 with jdk-15.0.2