diff options
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r-- | Doc/lib/libxmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 1570d68..dd41e47 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -267,7 +267,7 @@ Namespaces proposed recommendation. Tag and attribute names that are defined in an XML namespace are handled as if the name of the tag or element consisted of the -namespace (i.e. the URL that defines the namespace) followed by a +namespace (the URL that defines the namespace) followed by a space and the name of the tag or attribute. For instance, the tag \code{<html xmlns='http://www.w3.org/TR/REC-html40'>} is treated as if the tag name was \code{'http://www.w3.org/TR/REC-html40 html'}, and |