Tagged Questions
2
votes
2answers
90 views
updating python-elementtree to overcome xpath selector issue
I'm getting an error when searching for the attribute of a node in my xml using ElementTree.
expected path separator ([)
The source code is:
home_team_node = game_node.find( ...