From 8cf0dd8156e4f51dc731650caf12366e3b736b76 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 13 Jan 2019 14:37:57 +0300 Subject: Handle FormatError and QueryError In addition to SqlError. ResultError handling should be added as well, and perhaps the resulting XML should be refined. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2a67dbd..9d4e64a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ URL query parameters are made visible to XSLTs as `xsl:param` parameters. The documents they get applied to are either the results of SQL queries (which are expected to return a single XML document, using `query_to_xml` or similar functions), or error documents (which -contain error details) in case of an SQL error. +contain error details) in case of an error. The XSLTs are taken from `XSLT_DIR`, using file name from the URL query, with its extension changed to `xsl`. -- cgit v1.2.3