亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

python中XPath屬性節點怎么獲取

小億
74
2023-12-06 19:19:17
欄目: 編程語言

在Python中,可以使用@符號來獲取XPath屬性節點。例如,使用@attribute_name來獲取元素的屬性節點。

以下是一個示例,演示如何使用XPath獲取屬性節點:

from lxml import etree

# 創建一個xml字符串
xml_string = """
<bookstore>
  <book category="cooking">
    <title lang="en">Everyday Italian</title>
    <author>Giada De Laurentiis</author>
    <year>2005</year>
    <price>30.00</price>
  </book>
</bookstore>
"""

# 將xml字符串轉換為Element對象
root = etree.fromstring(xml_string)

# 使用XPath獲取屬性節點
category = root.xpath('//book/@category')
print(category)

輸出結果為:

['cooking']

在上述示例中,XPath表達式//book/@category用于獲取名為book的元素的category屬性節點。使用xpath()函數執行XPath查詢,并將結果存儲在category變量中。最后,通過打印category變量來輸出結果。

0
密云县| 剑阁县| 柳州市| 静宁县| 碌曲县| 襄垣县| 扶风县| 赤壁市| 宣化县| 湘潭县| 句容市| 辛集市| 望城县| 泸定县| 新绛县| 德清县| 莱州市| 宝丰县| 乐东| 正蓝旗| 彭泽县| 大新县| 曲松县| 沙河市| 秦皇岛市| 林西县| 辽中县| 拜城县| 韩城市| 县级市| 柞水县| 揭西县| 文成县| 德钦县| 庐江县| 嘉义市| 周口市| 额济纳旗| 澄迈县| 富裕县| 九寨沟县|