mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
doc: Fix menu order for SXML.
* doc/ref/sxml.texi (SXML): Add missing quotes in example. Fix node order in menu.
This commit is contained in:
parent
b6c1018d96
commit
e8d3733521
1 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ fragment:
|
||||||
may be represented with the following SXML:
|
may be represented with the following SXML:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
(parrot (@@ (type "African Grey)) (name "Alfie"))
|
(parrot (@@ (type "African Grey")) (name "Alfie"))
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
SXML is very general, and is capable of representing all of XML.
|
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.
|
parsers, serializers, and transformers.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* SXML Overview:: XML, as it was meant to be
|
* SXML Overview:: XML, as it was meant to be
|
||||||
* Reading and Writing XML:: Convenient XML parsing and serializing
|
* Reading and Writing XML:: Convenient XML parsing and serializing
|
||||||
* SSAX:: Custom functional-style XML parsers
|
* SSAX:: Custom functional-style XML parsers
|
||||||
* Transforming SXML:: Munging SXML with @code{pre-post-order}
|
* Transforming SXML:: Munging SXML with @code{pre-post-order}
|
||||||
* SXML Tree Fold:: Fold-based SXML transformations
|
* SXML Tree Fold:: Fold-based SXML transformations
|
||||||
* SXPath:: XPath for SXML
|
* 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 ssax input-parse:: The SSAX tokenizer, optimized for Guile
|
* sxml apply-templates:: A more XSLT-like approach to SXML transformations
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node SXML Overview
|
@node SXML Overview
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue