Use Generic Node XML

If the data being collected is already in an XML format, use this option and none of the other tree settings will be applied. Data being collected would look something like this:

<Tree>

          <Node Text="North America" Expanded="True" Value="1">

          <Node Text=”Maryland”>

           <Node Text=”Baltimore”>

           </Node>

          </Node>

          </Node>

</Tree>

Back to Top