1 --- xsd-4.0.0+dep/xsd/doc/xsd.1~ 2014-09-14 12:25:36.862267587 +0000
2 +++ xsd-4.0.0+dep/xsd/doc/xsd.1 2014-09-14 12:28:25.728229892 +0000
4 .\" Process this file with
5 -.\" groff -man -Tascii xsd.1
6 +.\" groff -man -Tascii xsdcxx.1
8 .TH XSD 1 "July 2014" "XSD 4.0.0"
10 -xsd \- W3C XML Schema to C++ Compiler
11 +xsdcxx \- W3C XML Schema to C++ Compiler
15 .\"--------------------------------------------------------------------
17 .\"--------------------------------------------------------------------
38 .\"--------------------------------------------------------------------
40 .\"--------------------------------------------------------------------
43 generates vocabulary-specific, statically-typed C++ mapping from W3C XML
44 Schema definitions. Particular mapping to produce is selected by a
56 \fIfilename\fP \fInamespace\fP
58 For example, if you have file \fBhello\.xsd\fP with namespace
59 -\fBhttp://example\.com/hello\fP and you run \fBxsd\fP on this file, then the
60 +\fBhttp://example\.com/hello\fP and you run \fBxsdcxx\fP on this file, then the
61 string in question will be:
63 \fBhello\.xsd\. http://example\.com/hello\fP
67 If the input file is not a valid W3C XML Schema definition,
70 will issue diagnostic messages to
72 and exit with non-zero exit code.
73 --- xsd-4.0.0+dep/xsd/doc/xsd.xhtml~ 2014-09-14 12:28:37.731513138 +0000
74 +++ xsd-4.0.0+dep/xsd/doc/xsd.xhtml 2014-09-14 12:30:11.277789610 +0000
79 - <p>xsd - W3C XML Schema to C++ Compiler</p>
80 + <p>xsdcxx - W3C XML Schema to C++ Compiler</p>
85 - <dt><code><b>xsd</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
86 - <dt><code><b>xsd help</b> [<i>command</i>]</code></dt>
87 - <dt><code><b>xsd version</b></code></dt>
88 + <dt><code><b>xsdcxx</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
89 + <dt><code><b>xsdcxx help</b> [<i>command</i>]</code></dt>
90 + <dt><code><b>xsdcxx version</b></code></dt>
95 - <p><code><b>xsd</b></code> generates vocabulary-specific, statically-typed
96 + <p><code><b>xsdcxx</b></code> generates vocabulary-specific, statically-typed
97 C++ mapping from W3C XML Schema definitions. Particular mapping to
98 produce is selected by a <code><i>command</i></code>. Each mapping has
99 a number of mapping-specific <code><i>options</i></code> that should
102 <dt><code><b>help</b></code></dt>
103 <dd>Print usage information and exit. Use
104 - <p><code><b>xsd help</b> <i>command</i></code></p>
105 + <p><code><b>xsdcxx help</b> <i>command</i></code></p>
106 for command-specific help.
111 <p>For example, if you have file <code><b>hello.xsd</b></code> with
112 namespace <code><b>http://example.com/hello</b></code> and you run
113 - <code><b>xsd</b></code> on this file, then the string in question will
114 + <code><b>xsdcxx</b></code> on this file, then the string in question will
117 <p><code><b>hello.xsd. http://example.com/hello</b></code></p>
118 @@ -1530,7 +1530,7 @@
121 <p>If the input file is not a valid W3C XML Schema definition,
122 - <code><b>xsd</b></code> will issue diagnostic messages to STDERR
123 + <code><b>xsdcxx</b></code> will issue diagnostic messages to STDERR
124 and exit with non-zero exit code.</p>