File: spatialite_xml_validator.1.xml

package info (click to toggle)
spatialite-tools 5.1.0a-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,340 kB
  • sloc: ansic: 45,591; sh: 4,007; xml: 1,920; makefile: 97
file content (57 lines) | stat: -rw-r--r-- 1,594 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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>