diff --git a/doc/html.xsl b/doc/html.xsl index 149158e..f20af8b 100644 --- a/doc/html.xsl +++ b/doc/html.xsl @@ -57,8 +57,8 @@
To parse using Klacks, create an XML source first.
@@ -96,8 +97,22 @@ NIL closed otherwise.- Keyword arguments have the same meaning as with the SAX parser, - please refer to the documentation of Buffering: By default, the Klacks parser performs buffering + of octets being read from the stream as an optimization. This can + result in unwanted blocking if the stream is a socket and the + parser tries to read more data than required to parse the current + event. Use :buffering nil to disable this optimization. +
++ The following keyword arguments have the same meaning as + with the SAX parser, please refer to the documentation of parse-file for more information: