From 8f41cc827b3c4096da4cd770175f43a085231bbf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 Jul 2021 17:11:39 +0200 Subject: Case insensitive tag and attribute key match --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0516066..b7f6ea6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Html search using non-standard xpath, written in C. See tests/main.c # Note -This library does not decode html sequences in text and attribute values \ No newline at end of file +This library does not decode html sequences in text and attribute values. +Tag and attribute key matching is case-insensitive. \ No newline at end of file -- cgit v1.2.3