[spatialite-tools] 06/10: Add man page for spatialite_xml_validator.

Bas Couwenberg sebastic at xs4all.nl
Wed Nov 26 22:51:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch experimental
in repository spatialite-tools.

commit da40ed576e1cb51b819aea97ce441710b4f9face
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Nov 26 22:53:06 2014 +0100

    Add man page for spatialite_xml_validator.
---
 debian/changelog                          |  2 +-
 debian/man/spatialite_xml_validator.1.xml | 57 +++++++++++++++++++++++++++++++
 debian/spatialite-bin.manpages            |  1 +
 3 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1b2824f..75b5058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ spatialite-tools (4.2.1~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Set experimental branch in Vcs-Git and gbp.conf.
-  * Add man page for spatialite_osm_overpass.
+  * Add man page for spatialite_osm_overpass & spatialite_xml_validator.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 26 Nov 2014 21:39:05 +0100
 
diff --git a/debian/man/spatialite_xml_validator.1.xml b/debian/man/spatialite_xml_validator.1.xml
new file mode 100644
index 0000000..52d2306
--- /dev/null
+++ b/debian/man/spatialite_xml_validator.1.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='spatialite_xml_validator'>
+
+  <refmeta>
+    <refentrytitle>spatialite_xml_validator</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>spatialite_xml_validator</refname>
+    <refpurpose>
+      perform XML schema validation
+    </refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>spatialite_xml_validator</command>
+      <group>
+        <arg choice='opt'><option>-f</option> <replaceable>xml-path</replaceable></arg>
+        <arg choice='opt'><option>-l</option> <replaceable>list-of-paths-file</replaceable></arg>
+      </group>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>spatialite_xml_validator</command> is a tool for performing XML
+      schema validation.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-f</option> <replaceable>xml-path</replaceable></term>
+        <listitem>
+          <para>the XML file path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-l</option> <replaceable>list-of-paths-file</replaceable></term>
+        <listitem>
+          <para>path to file listing multiple XML files to validate</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index ee50a03..97582c1 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -14,3 +14,4 @@ debian/man/spatialite_tool.1
 debian/man/spatialite_xml_collapse.1
 debian/man/spatialite_xml_load.1
 debian/man/spatialite_xml_print.1
+debian/man/spatialite_xml_validator.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git



More information about the Pkg-grass-devel mailing list