From 8ec50294d2cd8f70d11fc1718f70b888e3d383fd Mon Sep 17 00:00:00 2001 From: Constantin Hong <61624808+Constantin1489@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:49:26 +0900 Subject: [PATCH] README/docs: Clarifying xpath version changedetection.io uses (#1773) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9af341c..8a75cb4c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ _Need an actual Chrome runner with Javascript support? We support fetching via W #### Key Features - Lots of trigger filters, such as "Trigger on text", "Remove text by selector", "Ignore text", "Extract text", also using regular-expressions! -- Target elements with xPath and CSS Selectors, Easily monitor complex JSON with JSONPath or jq +- Target elements with xPath(1.0) and CSS Selectors, Easily monitor complex JSON with JSONPath or jq - Switch between fast non-JS and Chrome JS based "fetchers" - Track changes in PDF files (Monitor text changed in the PDF, Also monitor PDF filesize and checksums) - Easily specify how often a site should be checked @@ -147,7 +147,7 @@ See the wiki for more information https://github.com/dgtlmoon/changedetection.io ## Filters -XPath, JSONPath, jq, and CSS support comes baked in! You can be as specific as you need, use XPath exported from various XPath element query creation tools. +XPath(1.0), JSONPath, jq, and CSS support comes baked in! You can be as specific as you need, use XPath exported from various XPath element query creation tools. (We support LXML `re:test`, `re:match` and `re:replace`.) ## Notifications