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 f60cecf..e80201b 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -274,7 +274,7 @@ the tag name was \code{'http://www.w3.org/TR/REC-html40 html'}, and the tag \code{<html:a href='http://frob.com'>} inside the above mentioned element is treated as if the tag name were \code{'http://www.w3.org/TR/REC-html40 a'} and the attribute name as -if it were \code{'http://www.w3.org/TR/REC-html40 src'}. +if it were \code{'http://www.w3.org/TR/REC-html40 href'}. An older draft of the XML Namespaces proposal is also recognized, but triggers a warning. |