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/sxml-match.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/sxml-match.texi')
-rw-r--r-- | doc/ref/sxml-match.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/sxml-match.texi b/doc/ref/sxml-match.texi index 7a1a9ac7c..d2795a5f7 100644 --- a/doc/ref/sxml-match.texi +++ b/doc/ref/sxml-match.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2010 Free Software Foundation, Inc. +@c Copyright (C) 2010, 2013 Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @c @c Based on the documentation at @@ -16,10 +16,10 @@ @cindex pattern matching (SXML) @cindex SXML pattern matching -The @code{(sxml match)} module provides syntactic forms for pattern matching of -SXML trees, in a ``by example'' style reminiscent of the pattern matching of the -@code{syntax-rules} and @code{syntax-case} macro systems. @xref{sxml simple, -the @code{(sxml simple)} module}, for more information on SXML. +The @code{(sxml match)} module provides syntactic forms for pattern +matching of SXML trees, in a ``by example'' style reminiscent of the +pattern matching of the @code{syntax-rules} and @code{syntax-case} macro +systems. @xref{SXML}, for more information on SXML. The following example@footnote{This example is taken from a paper by Krishnamurthi et al. Their paper was the first to show the usefulness of the |