mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
doc: Fix wrong @uref argument order.
* doc/ref/sxml.texi (SXML): Fix @uref argument order.
This commit is contained in:
parent
e304773416
commit
136417990c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 2013, 2017 Free Software Foundation, Inc.
|
||||
@c Copyright (C) 2013, 2017, 2021 Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
@c SXPath documentation based on SXPath.scm by Oleg Kiselyov,
|
||||
|
@ -26,7 +26,7 @@ may be represented with the following SXML:
|
|||
|
||||
SXML is very general, and is capable of representing all of XML.
|
||||
Formally, this means that SXML is a conforming implementation of the
|
||||
@uref{XML Information Set,http://www.w3.org/TR/xml-infoset/} standard.
|
||||
@uref{http://www.w3.org/TR/xml-infoset/,XML Information Set} standard.
|
||||
|
||||
Guile includes several facilities for working with XML and SXML:
|
||||
parsers, serializers, and transformers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue