summaryrefslogtreecommitdiff
path: root/doc/ref/texinfo.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-01-28 10:48:42 +0100
committerAndy Wingo <wingo@pobox.com>2013-01-28 10:52:44 +0100
commit3e31e75a462fc05f425b887105ccd6607a56ca3b (patch)
tree8e37a895d2008e3c0cb5010366dd11ee4dcb8ffe /doc/ref/texinfo.texi
parent2b6fcf5b1f6f3cf8d94cada4f00885b275f1a7c5 (diff)
downloadguile-3e31e75a462fc05f425b887105ccd6607a56ca3b.tar.gz
begin rewriting SXML docs
* doc/ref/sxml.texi (SXML): Reorder and begin rewriting. Fix formatting throughout, provide a new introduction, and the beginning of proper SSAX documentation. * doc/ref/sxml-match.texi: * doc/ref/texinfo.texi: * doc/ref/web.texi: Update references to new node names.
Diffstat (limited to 'doc/ref/texinfo.texi')
-rw-r--r--doc/ref/texinfo.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi
index b2947fc30..b5ef393c1 100644
--- a/doc/ref/texinfo.texi
+++ b/doc/ref/texinfo.texi
@@ -152,8 +152,8 @@ interested in @code{replace-titles} and @code{filter-empty-elements}.
@xref{texinfo docbook replace-titles,,replace-titles}, and @ref{texinfo
docbook filter-empty-elements,,filter-empty-elements}.
-Returns a nodeset, as described in @ref{sxml xpath}. That is to say,
-this function returns an untagged list of stexi elements.
+Returns a nodeset; that is to say, an untagged list of stexi elements.
+@xref{SXPath}, for the definition of a nodeset.
@end defun
@@ -184,10 +184,12 @@ For example:
This module implements transformation from @code{stexi} to HTML. Note
that the output of @code{stexi->shtml} is actually SXML with the HTML
vocabulary. This means that the output can be further processed, and
-that it must eventually be serialized by @ref{sxml simple
-sxml->xml,sxml->xml}. References (i.e., the @code{@@ref} family of
-commands) are resolved by a @dfn{ref-resolver}. @xref{texinfo html
-add-ref-resolver!,add-ref-resolver!}, for more information.
+that it must eventually be serialized by @code{sxml->xml}.
+@xref{Reading and Writing XML}.
+
+References (i.e., the @code{@@ref} family of commands) are resolved by a
+@dfn{ref-resolver}. @xref{texinfo html
+add-ref-resolver!,add-ref-resolver!}.
@subsubsection Usage
@anchor{texinfo html add-ref-resolver!}@defun add-ref-resolver! proc