LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Binary tree representation of XML file in klish framework. (https://www.linuxquestions.org/questions/linux-newbie-8/binary-tree-representation-of-xml-file-in-klish-framework-4175499766/)

user@123 03-28-2014 03:51 AM

Binary tree representation of XML file in klish framework.
 
Hello,

I know how to represent xml file using tree data structure(Each node represents one XML tag). My question is why klish uses binary representation of xml file, for binary tree each node have 2 or 0 child nodes which is not suitable for klish framework. Here in XML file more than 2 tags can be present in one tag. I cant understand how xml file is represented using binary tree in klish framework.


All times are GMT -5. The time now is 01:22 AM.