diff options
author | Andy Wingo <wingo@pobox.com> | 2013-01-28 10:48:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-01-28 10:52:44 +0100 |
commit | 3e31e75a462fc05f425b887105ccd6607a56ca3b (patch) | |
tree | 8e37a895d2008e3c0cb5010366dd11ee4dcb8ffe /doc/ref/texinfo.texi | |
parent | 2b6fcf5b1f6f3cf8d94cada4f00885b275f1a7c5 (diff) | |
download | guile-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.texi | 14 |
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 |