- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
XML:
<body>
<h2><font style="font-weight: bold">Baz</font></h2>
<p><img title="image" /></p>
<p>Baz 0 with an <a href="http://">anchor</a> element.</p>
<p>Baz 1 with an <a href="http://">anchor</a> element.</p>
<hr />
<h2><font style="font-weight: bold">People</font></h2>
<ul>
<li>People 0 with <a href="http://" >an anchor</a> element.</li>
<li>People 1 with an <a href="http://" >an anchor</a> element.</li>
</ul>
<hr/>
<h2><font style="font-weight: bold">Sales</font></h2>
<ul>
<li>List item 2 with an <a href="http://" >an anchor</a> element.</li>
<li>List item 3 with an <a href="http://" >an anchor</a> element.</li>
<li>List item 4 without an anchor element.</li>
</ul>
<hr />
<h2><font style="font-weight: bold">Sales</font></h2>
<p><img title="image" /></p>
<p>sales 0 with an <a href="http://">anchor</a> element.</p>
<p>sales 1 with an <a href="http://">anchor</a> element.</p>
<hr />
<h2><font style="font-weight: bold">Foo</font></h2>
<ul>
<li>Foo 0 with <a href="http://" >an anchor</a> element.</li>
<li>Foo 1 with an <a href="http://" >an anchor</a> element.</li>
</ul>
<hr />
<h2><font style="font-weight: bold">Bar</font></h2>
<p><img title="image" /></p>
<p>bar 0 with an <a href="http://">anchor</a> element.</p>
<p>bar 1 with an <a href="http://">anchor</a> element.</p>
<hr />
</body>
这个 xpath: //p[a and preceding-sibling::h2[font[text()='Sales']][1] and following-sibling::hr[1]]
返回:
<p>sales 0 with an <a href="http://">anchor</a> element.</p>
<p>sales 1 with an <a href="http://">anchor</a> element.</p>
<p>bar 0 with an <a href="http://">anchor</a> element.</p>
<p>bar 1 with an <a href="http://">anchor</a> element.</p>
所需的p
:
<p>sales 0 with an <a href="http://">anchor</a> element.</p>
<p>sales 1 with an <a href="http://">anchor</a> element.</p>
所需的li
:
<li>List item 2 with an <a href="http://" >an anchor</a> element.</li>
<li>List item 3 with an <a href="http://" >an anchor</a> element.</li>
我错过了什么?
我将如何更改 xpath 以包含 li/[a]
,就像我包含 p/[a]
一样? preceding/following-sibling
不适用于 li
。
最佳答案
你应该只需要指定它是第一个 preceding-sibling h2:
preceding-sibling::h2[1]
更新了 xpath(我还简化了 Sales
的测试):
//p[a and preceding-sibling::h2[1][.='Sales'] and following-sibling::hr]
此外,如果您需要确定第一个不是 p
的 following-sibling 是 hr
,您可以试试这个...
//p[a and preceding-sibling::h2[1][.='Sales'] and following-sibling::*[not(self::p)][1][self::hr]]
如果除了 p
之外,您还尝试选择 li
,您可以更新 xpath 以使用 preceding: :
和 following::
,但您必须考虑可能作为 p
的子元素出现的任何元素,例如 a
, span
, 等等...
//*[self::p or self::li][a and preceding::h2[1][.='Sales'] and following::*[not(self::p) and not(self::li) and not(self::a)][1][self::hr]]
这将从您的示例 XML 中选择以下内容...
<li>List item 2 with an <a href="http://" >an anchor</a> element.</li>
<li>List item 3 with an <a href="http://" >an anchor</a> element.</li>
<p>sales 0 with an <a href="http://">anchor</a> element.</p>
<p>sales 1 with an <a href="http://">anchor</a> element.</p>
但是,我建议使用第二个 xpath 专门针对 li
...
//li[a and preceding::h2[1][.='Sales'] and ../following-sibling::*[1][self::hr]]
关于xml - Xpath:第一个前后兄弟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50608006/
我的目标是运行类似 bro --iface 的命令并只获取 conn.log,但我无法从 Bro 文档或联机帮助页中得知如何执行此操作。 谢谢。 最佳答案 这让你继续: bro -i -b b
我正在使用以下 jQuery 来更改无序列表中元素的类。这似乎不是实现该效果的最有效方法。有更好的写法吗? $(function() { $('nav li a').click( functi
我有一个看起来像这样的导航栏 Services Work Contact 当我 :hover 一项时,我想更改其他两项的样式。我可以使用什么 CSS 选择器? 最佳答案 您
我正在寻找一种方法来选择包含特定图像的列的行内具有特定名称属性的所有输入。 下面的代码是一个说明性示例:
假设我有以下 HTML: 我想在鼠标悬停在元素上时对图标应用一些规则,可以用以下 CSS 描述: .navigation__item__icon { color: black; } .n
我的 div text-button 没有与我在其兄弟 div 下想要的正确边距对齐。我将 position: absolute; 设置到位,因为每次我将其设置为相对位置时,jQuery 动画都不起作
这个问题在这里已经有了答案: CSS margin terror; Margin adds space outside parent element [duplicate] (7 个答案) 关闭
如果我有 3 个 NSManagedObjectContext。 一个。是根上下文。 B.是一个后台保存上下文,解析一个JSON后生成NSManagedObjects C.是在 NSFetchedRe
我在容器中有三个 div:http://jsfiddle.net/fBe9y/ 一个div内容很多。如何让内容较少的其他两个 div 与最长的 div 的高度匹配? 我尝试将 height: 100%
我正在尝试通过单击另一个元素对一个元素执行一个简单的 toggleClass。有多个元素具有相同的类,我只想切换同级/最近的元素。我相信我从根本上理解了针对 parent / child / sibl
我正在使用 AngularJS 开发一个小应用程序。我的项目包含一个包含 3 个 View 的 Body.html 文件:SideMenu、Header 和 Content,每个 View 都有自己的
在 CSS 方面,我不认为我是个笨蛋,但这个就是我。我的想法是我需要一个父元素,两侧有两个 float 子元素。我希望 parent 的高度与 child 的高度一样高,并让 child 的高度变得相
我有两个 span(s) 在父级 div 中彼此相邻。 我希望第二个 span 显示在最左边,然后是第一个 span。 (注意:由于某些原因,我不能简单地移动第二个跨度来代
今天跟大家分享下selenium中根据父子、兄弟、相邻节点定位的方法,很多人在实际应用中会遇到想定位的节点无法直接定位,需要通过附近节点来相对定位的问题,但从父节点定位子节点容易,从子节点定位父节点
这是 HTML 的结构:
我在一个包装器中并排放置了两个 div。其中一个 div 的内容比另一个多,我希望第二个 div 填充包装的垂直空间。 .wrapper { height: 50%; width: 50%;
我的网站顶部有一个带有此 CSS 的菜单: .menu { width: 100%; display: block; float: left; } 在里面,我有几个 div: .menu .menu-
我有两个 div 元素,第一个 div 中有一个按钮,如下所示。 Click 下面是我的 JavaScript 代码。 function nextDiv(el
两个同级 div(#one 和 #two),每个都包含一些文本。 我移动#two margin-top 为负,预计它会覆盖 #one , 但当文本位于 #one 前面时,背景位于下方。 只有在 #on
我有一个容器 div,它有一个 float 的左侧导航 Pane 和一个右侧的内容 Pane : CSS: body { text-align: cent
我是一名优秀的程序员,十分优秀!