From 1abb261ceaaa30ca2ad8ed14b0162ed81bb4724a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Oct 2025 11:22:09 +0200 Subject: CssXPath: Implement ~ subsequent-sibling (#8154) * CssXPath: Implement ~ Subsequent-sibling fix https://github.com/FreshRSS/FreshRSS/issues/8143 Upstream PR https://github.com/phpgt/CssXPath/pull/231 * Use CssXPath release v1.4.0 https://github.com/phpgt/CssXPath/releases/tag/v1.4.0 --- lib/phpgt/cssxpath/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lib/phpgt/cssxpath/README.md') diff --git a/lib/phpgt/cssxpath/README.md b/lib/phpgt/cssxpath/README.md index 048547442..a1777c423 100644 --- a/lib/phpgt/cssxpath/README.md +++ b/lib/phpgt/cssxpath/README.md @@ -1,5 +1,5 @@ -Translate CSS selectors to XPath queries -======================================== +Translate CSS selectors to XPath queries. +========================================= A lightweight and dependency free CSS to XPath translator. This repository is used to bring modern DOM functionality like [`querySelectorAll()`][qsa] to PHP in the [PHP.Gt/Dom][gt-dom] project. @@ -61,3 +61,9 @@ It's perhaps worth noting that for XML-style matching to work, you must load the [qsa]: https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll [gt-dom]: https://www.php.gt/dom + +# Proudly sponsored by + +[JetBrains Open Source sponsorship program](https://www.jetbrains.com/community/opensource/) + +[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://www.jetbrains.com/community/opensource/) -- cgit v1.2.3