From 83a90895a5b6f1267ad272bfe23a6b604068d3c0 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 3 Feb 2019 21:42:35 +0300 Subject: Replace HXT with libxml The primary issue is that str:encode-uri function from EXSLT is not available with HXT (but available with libxml's friends: libxslt and libexslt, which are generally more complete). This function is important for HTML documents. Another reason is libxml being better documented and somewhat easier to work with. Yet another reason to switch is the intent to avoid dependencies that reimplement common functionality, and/or normally get statically linked. --- example/bugs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/bugs.sql') diff --git a/example/bugs.sql b/example/bugs.sql index 033a1f7..eadb89a 100644 --- a/example/bugs.sql +++ b/example/bugs.sql @@ -30,7 +30,7 @@ as $$ || 'where (project like ' || quote_literal('%' || proj || '%') || ') and (description like ' || quote_literal('%' || descr || '%') || ') order by reported desc limit ' || lim || ' offset ' || offs, - false, false, 'bugs') + false, false, 'urn:x-bugs') $$ language sql; -- Now users can be added with select and/or insert privileges, -- cgit v1.2.3