0
我試圖用BeautifulSoup解析XML文件。在網絡上的所有教程中,xml的內容給出像如何獲取BeautifulSoup Xml解析器的數據
xml = "<doc><tag1>Contents 1<tag2>Contents 2<tag1>Contents 3"
soup = BeautifulStoneSoup(xml)
但我只想給xml文件的路徑。在機械化中,可以使用get_data()方法,但它只適用於html文件。任何消化?