summaryrefslogtreecommitdiff
path: root/result
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-04 14:00:09 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-04 14:00:09 +0100
commit5408c10c37c79f3f4b55700b9d89edb79ff5f9a5 (patch)
tree4ce7f74ffe9a6530d7e280e50ff5da197e677c25 /result
parent1c7d91abe404333cb29f547ae7e844467befc53a (diff)
downloadlibxml2-5408c10c37c79f3f4b55700b9d89edb79ff5f9a5.tar.gz
Don't normalize namespace URIs in XPointer xmlns() scheme
Namespace URIs should be compared without escaping or unescaping: https://www.w3.org/TR/REC-xml-names/#NSNameComparison Fixes #289.
Diffstat (limited to 'result')
-rw-r--r--result/XPath/xptr/issue289base7
1 files changed, 7 insertions, 0 deletions
diff --git a/result/XPath/xptr/issue289base b/result/XPath/xptr/issue289base
new file mode 100644
index 00000000..ec56aef2
--- /dev/null
+++ b/result/XPath/xptr/issue289base
@@ -0,0 +1,7 @@
+
+========================
+Expression: xmlns(b=abc://d/e:f) xpointer(/b:rootB)
+Object is a Node Set :
+Set contains 1 nodes:
+1 ELEMENT rootB
+ default namespace href=abc://d/e:f