gpt4 book ai didi

python - 简单的 XPath 表达式在 Python 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 06:35:33 26 4
gpt4 key购买 nike

我正在尝试解析网络文档(基于表格设计),并且我有一个包含表格的 div。

<div id="component">
<table ...>
....

如果我尝试:

XmlXPathSelector(response).select("//*[@id='component']")

这个有效:

[<XmlXPathSelector xpath="//*[@id='component']" data=u'<div xmlns="http://www.w3.org/1999/xhtml'>]

但是如果我想列出包含的表:

XmlXPathSelector(response).select("//*[@id='component']/table")

这将返回一个空结果。我尝试使用其他选择器,例如 "//*[@id='component']/tr""//*[@id='component']/a" 但那些也不起作用。

任何想法可能是错误的?

最佳答案

:P 我解决了这个问题,我使用的是 XmlPathSelector 而不是 *HTML*PathSelector

关于python - 简单的 XPath 表达式在 Python 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11834756/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com