summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-01-13 14:37:57 +0300
committerdefanor <defanor@uberspace.net>2019-01-13 14:37:57 +0300
commit8cf0dd8156e4f51dc731650caf12366e3b736b76 (patch)
tree9f5542776fbb3e78d0480fd4c9f894e8568120d7 /README.md
parentd85046a9f6c251a3b7d46100f054a2fee4b01375 (diff)
Handle FormatError and QueryError
In addition to SqlError. ResultError handling should be added as well, and perhaps the resulting XML should be refined.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`.