Hello,
I have been looking all through the forum and documentation but cannot find an explanation of how to do this.
I have an xml file which is structured like this:
<?xml version="1.0" encoding="utf-8"?>
<tree label="Taxonomy">
<node id="1" Label="Built environment">
<node id="12" Label="Asset Management">
<node id="97" Label="Auditing" />
<node id="98" Label="Facilities management" />
</node>
<node id="13" Label="Built environment technologies">
<node id="102" Label="Building standards" />
</node>
</node>
</tree>
Is it possible to use just this file (which will occasionally be updated) to populate a checkboxtree field?
If so are there any examples or instructions on how to do so?
Thanks
Chris