* doc/misc/dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
[bpt/emacs.git] / doc / misc / nxml-mode.texi
index 74971ae..b8b69da 100644 (file)
@@ -8,7 +8,7 @@
 This manual documents nXML mode, an Emacs major mode for editing
 XML with RELAX NG support.
 
-Copyright @copyright{} 2007--2012 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 +28,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 +97,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}