Load several .sdxl files into a single Gantt chart

Article ID: 2256
Last updated: 28 May, 2018
Article ID: 2256
Last updated: 28 May, 2018
Revision: 3
Views: 858
Posted: 21 Jul, 2005
by Dean J.
Updated: 28 May, 2018
by Gargani A.

Question

How do I load several .sdxl files into a single Gantt chart?

Answer

The Gantt model is reinitialized when used as a parameter to the method IlvGanttDocumentReader.readGanttModel(). If you have multiple .sdxl files that you want to merge into a single Gantt data model, first merge the .sdxl files into a single org.w3c.dom.Document object then call IlvGanttDocumentReader.readGanttModel().

If you have a .sdxl file that you want to merge into an existing Gantt data model, first read the .sdxl file into a new data model then iterate over the new data model and move its elements to the first data model.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 2256
Last updated: 28 May, 2018
Revision: 3
Views: 858
Posted: 21 Jul, 2005 by Dean J.
Updated: 28 May, 2018 by Gargani A.
Also listed in


Others in this category