guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 23/47: doc: Fix menu order for SXML.


From: Andy Wingo
Subject: [Guile-commits] 23/47: doc: Fix menu order for SXML.
Date: Sun, 22 May 2016 18:23:04 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit e8d3733521a86da201528d4a34d6fd894b090d51
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 4 22:44:06 2015 +0200

    doc: Fix menu order for SXML.
    
    * doc/ref/sxml.texi (SXML): Add missing quotes in example.
      Fix node order in menu.
---
 doc/ref/sxml.texi |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 03f0324..17c3d01 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -21,7 +21,7 @@ fragment:
 may be represented with the following SXML:
 
 @example
-(parrot (@@ (type "African Grey)) (name "Alfie"))
+(parrot (@@ (type "African Grey")) (name "Alfie"))
 @end example
 
 SXML is very general, and is capable of representing all of XML.
@@ -32,14 +32,14 @@ Guile includes several facilities for working with XML and 
SXML:
 parsers, serializers, and transformers.
 
 @menu
-* SXML Overview::              XML, as it was meant to be
-* Reading and Writing XML::    Convenient XML parsing and serializing
-* SSAX::                       Custom functional-style XML parsers
-* Transforming SXML::          Munging SXML with @code{pre-post-order}
-* SXML Tree Fold::             Fold-based SXML transformations
-* SXPath::                     XPath for SXML
-* sxml apply-templates::       A more XSLT-like approach to SXML 
transformations
-* sxml ssax input-parse::      The SSAX tokenizer, optimized for Guile
+* SXML Overview::               XML, as it was meant to be
+* Reading and Writing XML::     Convenient XML parsing and serializing
+* SSAX::                        Custom functional-style XML parsers
+* Transforming SXML::           Munging SXML with @code{pre-post-order}
+* SXML Tree Fold::              Fold-based SXML transformations
+* SXPath::                      XPath for SXML
+* sxml ssax input-parse::       The SSAX tokenizer, optimized for Guile
+* sxml apply-templates::        A more XSLT-like approach to SXML 
transformations
 @end menu
 
 @node SXML Overview



reply via email to

[Prev in Thread] Current Thread [Next in Thread]