xml.rst
changeset 2230 9e6ad6607a9e
parent 1912 8b81a8f0f692
--- a/xml.rst	Sat Feb 10 01:36:16 2018 +0200
+++ b/xml.rst	Sat Feb 10 01:49:07 2018 +0200
@@ -9,8 +9,8 @@
 About XML.
 ==========
 
- * http://xmlhack.ru
- * http://microformats.org/wiki/namespaces-considered-harmful
+* http://xmlhack.ru
+* http://microformats.org/wiki/namespaces-considered-harmful
 
 Converting between schema formants.
 ===================================
@@ -21,18 +21,18 @@
 
 See:
 
-  http://code.google.com/p/xsdtorngconverter/
-                That XSLT transformation converts a XSD schema to RelaxNG.
+http://code.google.com/p/xsdtorngconverter/
+  That XSLT transformation converts a XSD schema to RelaxNG.
 
 relaxng-mode.
 =============
 
-  http://www.pantor.com/download.html
-                RNC Emacs Mode (home page)
-  http://www.emacswiki.org/emacs/RELAX_NG
-                Emacs wili.
-  http://www.relaxng.org/compact-tutorial-20030326.html
-                relaxng compact syntax tutorial
+http://www.pantor.com/download.html
+  RNC Emacs Mode (home page)
+http://www.emacswiki.org/emacs/RELAX_NG
+  Emacs wili.
+http://www.relaxng.org/compact-tutorial-20030326.html
+  relaxng compact syntax tutorial
 
 utilities for processing xml.
 =============================
@@ -45,8 +45,8 @@
 similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join,
 etc.
 
-  http://xmlstar.sourceforge.net/overview.php
-                home page
+http://xmlstar.sourceforge.net/overview.php
+  home page
 
 Cygwin.
 -------
@@ -66,15 +66,15 @@
 Microformats.
 =============
 
-  http://microformats.org/about
+http://microformats.org/about
 
 XML encoding.
 =============
 
-  http://www.ietf.org/rfc/rfc3023.txt
-                XML Media Types
-  http://www.xml.com/pub/a/2004/07/21/dive.html
-                XML on the Web Has Failed
+http://www.ietf.org/rfc/rfc3023.txt
+  XML Media Types
+http://www.xml.com/pub/a/2004/07/21/dive.html
+  XML on the Web Has Failed
 
 Validation of xml files.
 ========================
@@ -85,10 +85,10 @@
 
 See:
 
-  http://infohost.nmt.edu/tcc/help/xml/lint.html
-                xmllint: A validator for XML files
-  http://www.cogsci.ed.ac.uk/~richard/rxp.html
-                RXP - an XML parser available under the GPL
+http://infohost.nmt.edu/tcc/help/xml/lint.html
+  xmllint: A validator for XML files
+http://www.cogsci.ed.ac.uk/~richard/rxp.html
+  RXP - an XML parser available under the GPL
 
 Validating using the DOCTYPE.
 -----------------------------