我正在尝试根据Scott Helme的指导教程https://scotthelme.co.uk/wifi-wardriving/
将xml转换为kml文件为此,他使用https://www.salecker.org/software/netxml2kml.html进行转换。
我可以在某些文件上运行此文件,但是在运行时可以在一个特定文件上运行
python netxml2kml.py --kml -o output *xml
我收到以下错误消息:
Traceback (most recent call last):
File "netxml2kml.py", line 402, in <module>
converter.main()
File "netxml2kml.py", line 112, in main
self.parse(filename)
File "netxml2kml.py", line 179, in parse
p.ParseFile(open(filename))
xml.parsers.expat.ExpatError: unclosed token: line 153328, column 4