The result of `xml_tree = visit_node(ast_tree) ` is an object, how can i print `xml_tree` as a xml file? Thanks a lot.
The result of
xml_tree = visit_node(ast_tree)is an object, how can i printxml_treeas a xml file?Thanks a lot.