I'm looking for a software that taken an XML file as input and will produce a binary tree as output.
Does this exist ?
Example of XML:
Code:
<root> <node> <type>AT_ROOT</type> <addr>0x100100360</addr> <left>0x100100330</left> <right>NULL</right> <bval>UNDIF_BOOL</bval> <sval>NULL</sval>
Leave a comment: