aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/nxml-mode.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/nxml-mode.texi')
-rw-r--r--doc/misc/nxml-mode.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index 27603440413..73af1ace245 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -8,8 +8,7 @@
8This manual documents nxml-mode, an Emacs major mode for editing 8This manual documents nxml-mode, an Emacs major mode for editing
9XML with RELAX NG support. 9XML with RELAX NG support.
10 10
11Copyright @copyright{} 2007-2011 11Copyright @copyright{} 2007-2012 Free Software Foundation, Inc.
12Free Software Foundation, Inc.
13 12
14@quotation 13@quotation
15Permission is granted to copy, distribute and/or modify this document 14Permission is granted to copy, distribute and/or modify this document
@@ -355,7 +354,7 @@ Otherwise, it is a paragraph boundary.
355@chapter Outlining 354@chapter Outlining
356 355
357nXML mode allows you to display all or part of a buffer as an 356nXML mode allows you to display all or part of a buffer as an
358outline, in a similar way to Emacs' outline mode. An outline in nXML 357outline, in a similar way to Emacs's outline mode. An outline in nXML
359mode is based on recognizing two kinds of element: sections and 358mode is based on recognizing two kinds of element: sections and
360headings. There is one heading for every section and one section for 359headings. There is one heading for every section and one section for
361every heading. A section contains its heading as or within its first 360every heading. A section contains its heading as or within its first
@@ -878,7 +877,7 @@ the document in different ways, since the XML Recommendation does not
878require XML parsers to read the DTD. With DTDs, it was impractical to 877require XML parsers to read the DTD. With DTDs, it was impractical to
879get validation without using an external DTD or reference to an 878get validation without using an external DTD or reference to an
880parameter entity. With RELAX NG and other schema languages, you can 879parameter entity. With RELAX NG and other schema languages, you can
881simulataneously get the benefits of validation and standalone XML 880simultaneously get the benefits of validation and standalone XML
882documents. Therefore, I recommend that you do not reference an 881documents. Therefore, I recommend that you do not reference an
883external DOCTYPE in your XML documents. 882external DOCTYPE in your XML documents.
884 883
@@ -908,4 +907,3 @@ specification are not enforced.
908@end itemize 907@end itemize
909 908
910@bye 909@bye
911