From 335c85ed6a2e0ee368aca077fb40cdb6a7fb4325 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Thu, 19 Mar 2026 09:26:57 -0700 Subject: [PATCH] Update xpath submodule to fix node-set string coercion (issue #182) Points to the commit that fixes string functions (substring, contains, starts-with, etc.) incorrectly calling XNode.toString() instead of extracting text content when a node-set is passed as an argument. Co-Authored-By: Claude Sonnet 4.6 --- src/xpath/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpath/lib b/src/xpath/lib index 0d5c782..e745af7 160000 --- a/src/xpath/lib +++ b/src/xpath/lib @@ -1 +1 @@ -Subproject commit 0d5c782edf29bb3c758d2155f2fae2969f70cf68 +Subproject commit e745af7c89b22fd04f4ae77489e49f60a7a68bf1