mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
CssXPath-StarSelector (#4506)
* CssXPath-StarSelector Add support for selectors such as `a[href*="example"]` https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors Translated to `.//a[contains(@href,"example")]` Upstream PR: https://github.com/PhpGt/CssXPath/pull/181 * Upstream merged
This commit is contained in:
committed by
GitHub
parent
ea0d924985
commit
2acf3a4dd8
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
namespace Gt\CssXPath;
|
||||
|
||||
class NotYetImplementedException extends CssXPathException {}
|
||||
class NotYetImplementedException extends CssXPathException {}
|
||||
|
||||
Reference in New Issue
Block a user