Hi,
XML Export (exportToMSProject) links are ignored by MS Project import because the XML Export should not have CDATA within PredecessorLink Tag
e.g.
<![CDATA[
4
1
]]>
should be
4 1Can you make this change to the api accessible via at export.dhtmlx.com/gantt/api.js
Thanks
Kevin