From 2835337a1ab8db8ecdc15094b368c715ffc32db1 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 30 Jan 2024 14:18:45 +0100 Subject: [PATCH] doc: Mark `xmllint --xpath` as experimental This feature was poorly thought-out. --- doc/xmllint.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/xmllint.xml b/doc/xmllint.xml index bd87e9b62..1901e89be 100644 --- a/doc/xmllint.xml +++ b/doc/xmllint.xml @@ -576,6 +576,8 @@ node set is serialized in full in the output. In case of an empty node set the "XPath set is empty" result will be shown unless the is set. + This feature is EXPERIMENTAL. Implementation details can + change without futher notice.