diff options
author | Christine Lemmer-Webber <cwebber@dustycloud.org> | 2021-10-10 20:59:04 -0400 |
---|---|---|
committer | Christine Lemmer-Webber <cwebber@dustycloud.org> | 2021-10-10 20:59:04 -0400 |
commit | 204cb986469b2751a3c3347a34a8013c1a0b6954 (patch) | |
tree | e91534db67add400e5213ec3becb6ab48544b470 /doc/ref/sxml.texi | |
parent | b03b359b5b16c040c485a565f3ce92481ea43f41 (diff) | |
parent | e60469c8b6936575c079faaffa40a340e1d49f3c (diff) | |
download | guile-204cb986469b2751a3c3347a34a8013c1a0b6954.tar.gz |
Merge branch 'main' into compile-to-js-merge
Diffstat (limited to 'doc/ref/sxml.texi')
-rw-r--r-- | doc/ref/sxml.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 5f827916e..7e3ca65e3 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -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. |