diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
commit | a69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch) | |
tree | f0bc974f8805049e6b9a4e6864886298fbaa05a4 /html4each.txi | |
parent | 4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff) | |
download | slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip |
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'html4each.txi')
-rwxr-xr-x[-rw-r--r--] | html4each.txi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/html4each.txi b/html4each.txi index 0c47227..6dbdb6a 100644..100755 --- a/html4each.txi +++ b/html4each.txi @@ -64,10 +64,12 @@ not found within the first (approximately) @var{limit} words. @var{htm} is a hypertext markup string. -If @var{htm} is a (hypertext) comment, then @code{htm-fields} returns #f. -Otherwise @code{htm-fields} returns the hypertext element symbol (created by -@code{string-ci->symbol}) consed onto an association list of the -attribute name-symbols and values. Each value is a number or -string; or #t if the name had no value assigned within the markup. +If @var{htm} is a (hypertext) comment or DTD, then @code{htm-fields} returns #f. +Otherwise @code{htm-fields} returns the hypertext element string consed onto an +association list of the attribute name-symbols and values. If the +tag ends with "/>", then "/" is appended to the hypertext element +string. The name-symbols are created by @code{string-ci->symbol}. +Each value is a string; or #t if the name had no value +assigned within the markup. @end defun |