diff options
Diffstat (limited to 'doc/misc/nxml-mode.texi')
-rw-r--r-- | doc/misc/nxml-mode.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index c40cfa56342..206da823352 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi @@ -9,7 +9,7 @@ This manual documents nXML mode, an Emacs major mode for editing XML with RELAX NG support. -Copyright @copyright{} 2007--2017 Free Software Foundation, Inc. +Copyright @copyright{} 2007--2022 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -82,7 +82,7 @@ documents. To get validation and schema-sensitive editing, you need a RELAX NG Compact Syntax (RNC) schema for your document (@pxref{Locating a schema}). The @file{etc/schema} directory includes some schemas for popular document -types. See @url{http://relaxng.org/} for more information on RELAX NG@. +types. See @url{https://relaxng.org/} for more information on RELAX NG@. You can use the @samp{Trang} program from @url{http://www.thaiopensource.com/relaxng/trang.html} to automatically create RNC schemas. This program can: @@ -250,7 +250,7 @@ xml:lang xmlns If you input @kbd{xmlns}, the result will be: @example -<html xmlns="@point{} +<html xmlns="@point{}" @end example @noindent |