From 838f5f2b52c2450a1147ed47c4ab271442d9243c Mon Sep 17 00:00:00 2001 From: sophiebremer <44302338+sophiebremer@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:17:41 +0100 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eed4c4..48b910b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Usually the last root is the one that contains most data. Or you check each root if it is a tag by using the `isXMLTag` helper function. Afterwards you can check the `XMLTag.innerXML` property for child nodes. -You can also use the `XMLTag.query` function to extract XML nodes with the help +You can also use the `XMLTree.query` function to extract XML nodes with the help of selectors as known from CSS. It depends on the selector and use case whether this is faster than a custom walk through the tree nodes.