Is there a possible way where we can get the output
from the tree as an XML string where only the root, ‘checked parent(s)’ and
‘checked children’ are returned. Now as we use
tree.setSerializationLevel(true, true);
var myXmlStr = tree.serializeTree();
it dumps the whole tree as an xml which we don’t want.
The current version 1.3 of tree doesn’t support such
feature. You can serialize all tree and then separate checked item, by related
attribute of xml tags.