mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
doc: Fix typo in SXML section.
* doc/ref/sxml.texi (Reading and Writing XML): Remove "." Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6750f6cc80
commit
d987e7e7cb
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ prefix.
|
||||||
By default, namespaces passed to @code{xml->sxml} are treated as if they
|
By default, namespaces passed to @code{xml->sxml} are treated as if they
|
||||||
were declared on the root element. Passing a false
|
were declared on the root element. Passing a false
|
||||||
@code{#:declare-namespaces?} argument will disable this behavior,
|
@code{#:declare-namespaces?} argument will disable this behavior,
|
||||||
requiring in-document declarations of namespaces before use..
|
requiring in-document declarations of namespaces before use.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
(xml->sxml "<foo><ns2:baz/></foo>"
|
(xml->sxml "<foo><ns2:baz/></foo>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue