XML Export PredecessorLink tag ignored by Ms Project

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 1

Can you make this change to the api accessible via at export.dhtmlx.com/gantt/api.js

Thanks
Kevin

Hi,

Export service was updated, please try to use it now.

After update, MSProject export must correctly use CDATA sections.

Hi,

That works now.

Thanks
Kevin