Creating An Organization Chart From An XML Data File

Organisation Charts can be created from a XML data file. The XML file should contain some of the attributes below.


  <Node FirstName="One" LastName="Person" JobTitle="JobTitle1" email="PersonOne@Company.com">
    <Node FirstName="One" LastName="Person" JobTitle="JobTitle1" email="PersonOne@Company.com"/>
    <Node FirstName="Two" LastName="Person" JobTitle="JobTitle1" email="PersonTwoCompany.com"/>
    <Node FirstName="Three" LastName="Person" JobTitle="JobTitle1" email="PersonThree@Company.com"/>
  </Node>

Download Example XML File


Further information on XML files is contained in this Wikipedia article


Once you have created an XML file has the next step is to load it into OrgChart Live here