summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-19 21:22:20 -0800
committerDave Beckett <dave@dajobe.org>2010-01-19 21:22:20 -0800
commit36ef29a376c5842fae5d59a20534406b565af234 (patch)
treed613fa48809150f97f924e0dacb6065a33409726
parente6ec30626a6697d747d07d587fbd6d7d39557c32 (diff)
downloadraptor-36ef29a376c5842fae5d59a20534406b565af234.tar.gz
document more GRDDL parser features
-rw-r--r--docs/raptor-parsers.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/raptor-parsers.xml b/docs/raptor-parsers.xml
index 04725e33..bc6ddead 100644
--- a/docs/raptor-parsers.xml
+++ b/docs/raptor-parsers.xml
@@ -46,6 +46,14 @@ with the value of the base URI to allow some XSLT sheets to work. These
set of parameters cannot be disabled.
</para>
+<para>If the XSLT transform returns an empty string, no further
+processing of the result is done, and a warning is generated. The
+xsl:output method is mapped to result document mime types as follows:
+'text' to text/plain; 'xml' to application/xml and 'html' to text/html.
+Any result that is of type 'application/xml' or unknown mime type
+is assumed to be RDF/XML.
+</para>
+
<para>The URIs that are processed during GRDDL operations can be checked
and skipped if required using a handler set with the
<link linkend="raptor-parser-set-uri-filter"><function>raptor_parser_set_uri_filter()</function></link>