at 23.11-beta 126 lines 3.9 kB view raw
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 3@@ -1,16 +1,16 @@ 4 .\" Process this file with 5-.\" groff -man -Tascii xsd.1 6+.\" groff -man -Tascii xsdcxx.1 7 .\" 8 .TH XSD 1 "July 2014" "XSD 4.0.0" 9 .SH NAME 10-xsd \- W3C XML Schema to C++ Compiler 11+xsdcxx \- W3C XML Schema to C++ Compiler 12 .\" 13 .\" 14 .\" 15 .\"-------------------------------------------------------------------- 16 .SH SYNOPSIS 17 .\"-------------------------------------------------------------------- 18-.B xsd 19+.B xsdcxx 20 .I command 21 .B [ 22 .I options 23@@ -20,19 +20,19 @@ 24 .I file 25 .B ...] 26 .in 27-.B xsd help 28+.B xsdcxx help 29 .B [ 30 .I command 31 .B ] 32 .in 33-.B xsd version 34+.B xsdcxx version 35 .\" 36 .\" 37 .\" 38 .\"-------------------------------------------------------------------- 39 .SH DESCRIPTION 40 .\"-------------------------------------------------------------------- 41-.B xsd 42+.B xsdcxx 43 generates vocabulary-specific, statically-typed C++ mapping from W3C XML 44 Schema definitions. Particular mapping to produce is selected by a 45 .IR command . 46@@ -96,7 +96,7 @@ 47 .PP 48 .RS 49 .RS 3 50-.B xsd help 51+.B xsdcxx help 52 .I command 53 .RE 54 .PP 55@@ -206,7 +206,7 @@ 56 \fIfilename\fP \fInamespace\fP 57 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: 62 63 \fBhello\.xsd\. http://example\.com/hello\fP 64@@ -1632,7 +1632,7 @@ 65 .\" 66 .SH DIAGNOSTICS 67 If the input file is not a valid W3C XML Schema definition, 68-.B xsd 69+.B xsdcxx 70 will issue diagnostic messages to 71 .B STDERR 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 75@@ -50,19 +50,19 @@ 76 77 <h1>NAME</h1> 78 79- <p>xsd - W3C XML Schema to C++ Compiler</p> 80+ <p>xsdcxx - W3C XML Schema to C++ Compiler</p> 81 82 <h1>SYNOPSIS</h1> 83 84 <dl id="synopsis"> 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> 91 </dl> 92 93 <h1>DESCRIPTION</h1> 94 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 100@@ -104,7 +104,7 @@ 101 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. 107 </dd> 108 109@@ -219,7 +219,7 @@ 110 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 115 be:</p> 116 117 <p><code><b>hello.xsd. http://example.com/hello</b></code></p> 118@@ -1530,7 +1530,7 @@ 119 <h1>DIAGNOSTICS</h1> 120 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> 125 126 <h1>BUGS</h1>