]> code.delx.au - gnu-emacs/blobdiff - doc/misc/nxml-mode.texi
Fix references in EIEIO documentation.
[gnu-emacs] / doc / misc / nxml-mode.texi
index 13e91d128194c07988d4f9678739094e4ebcc99c..a6552a173d58302680d6c1d7acc0873adb4dfd7b 100644 (file)
@@ -2,13 +2,14 @@
 @c %**start of header
 @setfilename ../../info/nxml-mode
 @settitle nXML Mode
+@documentencoding UTF-8
 @c %**end of header
 
 @copying
 This manual documents nXML mode, an Emacs major mode for editing
 XML with RELAX NG support.
 
-Copyright @copyright{} 2007--2013 Free Software Foundation, Inc.
+Copyright @copyright{} 2007--2014 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -28,6 +29,17 @@ modify this GNU manual.''
 * nXML Mode: (nxml-mode).       XML editing mode with RELAX NG support.
 @end direntry
 
+
+@titlepage
+@title nXML mode
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+
 @node Top
 @top nXML Mode
 
@@ -86,7 +98,11 @@ convert a RELAX NG XML syntax schema to an RNC schema.
 
 @noindent To convert a RELAX NG XML syntax (@samp{.rng}) schema to a RNC
 one, you can also use the XSLT stylesheet from
+@url{https://github.com/oleg-pavliv/emacs/tree/master/xsl}.
+@ignore
+@c Original location, now defunct.
 @url{http://www.pantor.com/download.html}.
+@end ignore
 
 To convert a W3C XML Schema to an RNC schema, you need first to convert it
 to RELAX NG XML syntax using the RELAX NG converter tool @code{rngconv}