This Version: Feb 25, 2002 (V1-beta)
Latest Version: http://www.polyglotinc.com/NS/GanttMagic
Previous Version: unpublished
Editors:
This is an RDDL document
(a la this exemplar
and this exemplar)
describing the XML namespace identified by the URI http://www.polyglotinc.com/NS/GanttMagic/V1
and contains a directory of links to related resources.
GanttMagic is a system that produces a simple Gantt chart (some gantt history/examples at this external web site), currently in SVG, JPG, PNG formats, given data in the GanttMagic XML format. There is a demonstration web application running provisionally here..
Here is the small example GanttMagic XML file producing the above diagram:
<?xml version="1.0"?>
<ganttMagic
name="Demo Gantt chart"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.polyglotinc.com/NS/GanttMagic/V1/ganttMagicNNS.xsd"
>
<bar from="1996.418" to="2002.656">JAVA
<active from="1996.418"> 5.40</active>
<active from="2001.833"> 0.82</active>
</bar>
<bar from="1997.833" to="2002.656">DTD
<active from="1997.833"> 0.24</active>
<active from="2001.833"> 0.82</active>
</bar>
<bar from="1997.833" to="2002.656">XML
<active from="1997.833"> 0.24</active>
<active from="2001.833"> 0.82</active>
</bar>
<bar from="1999.415" to="2002.656">JSP
<active from="1999.415"> 1.66</active>
<active from="2002.249"> 0.40</active>
</bar>
<bar from="1999.415" to="2002.656">J2EE
<active from="1999.415"> 1.66</active>
<active from="2001.833"> 0.82</active>
</bar>
<bar from="2001.833" to="2002.656">XALAN
<active from="2001.833"> 0.82</active>
</bar>
<bar from="2001.833" to="2002.656">XERCES
<active from="2001.833"> 0.82</active>
</bar>
</ganttMagic>