VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/doc/xmlcatalog.1@ 76389

最後變更 在這個檔案從76389是 65950,由 vboxsync 提交於 8 年 前

libxml 2.9.4: fix export

  • 屬性 svn:eol-style 設為 native
檔案大小: 7.5 KB
 
1'\" t
2.\" Title: xmlcatalog
3.\" Author: John Fleck <[email protected]>
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5.\" Date: $Date$
6.\" Manual: xmlcatalog Manual
7.\" Source: libxml2
8.\" Language: English
9.\"
10.TH "XMLCATALOG" "1" "$Date$" "libxml2" "xmlcatalog Manual"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files\&.
32.SH "SYNOPSIS"
33.HP \w'\fBxmlcatalog\fR\ 'u
34\fBxmlcatalog\fR [\fB\-\-sgml\fR | \fB\-\-shell\fR | \fB\-\-create\fR | \fB\-\-del\ \fR\fB\fIVALUE(S)\fR\fR | [\ \fB\-\-add\ \fR\fB\fITYPE\fR\fR\fB\ \fR\fB\fIORIG\fR\fR\fB\ \fR\fB\fIREPLACE\fR\fR\fB\ \fR\ |\ \fB\-\-add\ \fR\fB\fIFILENAME\fR\fR] | \fB\-\-noout\fR | \fB\-\-no\-super\-update\fR | [\fB\-v\fR\ |\ \fB\-\-verbose\fR]] {\fICATALOGFILE\fR} {\fIENTITIES\fR...}
35.SH "DESCRIPTION"
36.PP
37
38\fBxmlcatalog\fR
39is a command line application allowing users to monitor and manipulate
40XML
41and
42SGML
43catalogs\&. It is included in
44\fBlibxml\fR(3)\&.
45.PP
46Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both
47XML
48and
49SGML
50files\&.
51.SH "OPTIONS"
52.PP
53
54\fBxmlcatalog\fR
55accepts the following options (in alphabetical order):
56.PP
57\fB\-\-add \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
58.RS 4
59Add an entry to
60CATALOGFILE\&.
61\fITYPE\fR
62indicates the type of entry\&. Possible types are:
63\fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
64\fIORIG\fR
65is the original reference to be replaced, and
66\fIREPLACE\fR
67is the
68URI
69of the replacement entity to be used\&. The
70\fB\-\-add\fR
71option will not overwrite
72CATALOGFILE, outputting to
73stdout, unless
74\fB\-\-noout\fR
75is used\&. The
76\fB\-\-add\fR
77will always take three parameters even if some of the
78XML
79catalog constructs will have only a single argument\&.
80.RE
81.PP
82\fB\-\-add \fR\fB\fIFILENAME\fR\fR
83.RS 4
84If the
85\fB\-\-add\fR
86option is used following the
87\fB\-\-sgml\fR
88option, only a single argument, a
89\fIFILENAME\fR, is used\&. This is used to add the name of a catalog file to an
90SGML
91supercatalog, a file that contains references to other included
92SGML
93catalog files\&.
94.RE
95.PP
96\fB\-\-create\fR
97.RS 4
98Create a new
99XML
100catalog\&. Outputs to
101stdout, ignoring
102\fIfilename\fR
103unless
104\fB\-\-noout\fR
105is used, in which case it creates a new catalog file
106\fIfilename\fR\&.
107.RE
108.PP
109\fB\-\-del \fR\fB\fIVALUE(S)\fR\fR
110.RS 4
111Remove entries from
112\fICATALOGFILE\fR
113matching
114\fIVALUE(S)\fR\&. The
115\fB\-\-del\fR
116option will not overwrite
117\fICATALOGFILE\fR, outputting to
118stdout, unless
119\fB\-\-noout\fR
120is used\&.
121.RE
122.PP
123\fB\-\-noout\fR
124.RS 4
125Save output to the named file rather than outputting to
126stdout\&.
127.RE
128.PP
129\fB\-\-no\-super\-update\fR
130.RS 4
131Do not update the
132SGML
133super catalog\&.
134.RE
135.PP
136\fB\-\-shell\fR
137.RS 4
138Run a shell allowing interactive queries on catalog file
139\fICATALOGFILE\fR\&. For the set of available commands see
140the section called \(lqSHELL COMMANDS\(rq\&.
141.RE
142.PP
143\fB\-\-sgml\fR
144.RS 4
145Uses
146SGML
147super catalogs for
148\fB\-\-add\fR
149and
150\fB\-\-del\fR
151options\&.
152.RE
153.PP
154\fB\-v\fR, \fB\-\-verbose\fR
155.RS 4
156Output debugging information\&.
157.RE
158.SH "SHELL COMMANDS"
159.PP
160Invoking
161\fBxmlcatalog\fR
162with the
163\fB\-\-shell \fR\fB\fICATALOGFILE\fR\fR
164option opens a command line shell allowing interactive access to the catalog file identified by
165\fICATALOGFILE\fR\&. Invoking the shell provides a command line prompt after which the following commands (described in alphabetical order) can be entered\&.
166.PP
167\fBadd \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
168.RS 4
169Add an entry to the catalog file\&.
170\fITYPE\fR
171indicates the type of entry\&. Possible types are:
172\fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
173\fIORIG\fR
174is the original reference to be replaced, and
175\fIREPLACE\fR
176is the
177URI
178of the replacement entity to be used\&. The
179\fB\-\-add\fR
180option will not overwrite
181CATALOGFILE, outputting to
182stdout, unless
183\fB\-\-noout\fR
184is used\&. The
185\fB\-\-add\fR
186will always take three parameters even if some of the
187XML
188catalog constructs will have only a single argument\&.
189.RE
190.PP
191\fBdebug\fR
192.RS 4
193Print debugging statements showing the steps
194\fBxmlcatalog\fR
195is executing\&.
196.RE
197.PP
198\fBdel \fR\fB\fIVALUE(S)\fR\fR
199.RS 4
200Remove the catalog entry corresponding to
201\fIVALUE(S)\fR\&.
202.RE
203.PP
204\fBdump\fR
205.RS 4
206Print the current catalog\&.
207.RE
208.PP
209\fBexit\fR
210.RS 4
211Quit the shell\&.
212.RE
213.PP
214\fBpublic \fR\fB\fIPUBLIC\-ID\fR\fR
215.RS 4
216Execute a Formal Public Identifier look\-up of the catalog entry for
217\fIPUBLIC\-ID\fR\&. The corresponding entry will be output to the command line\&.
218.RE
219.PP
220\fBquiet\fR
221.RS 4
222Stop printing debugging statements\&.
223.RE
224.PP
225\fBsystem \fR\fB\fISYSTEM\-ID\fR\fR
226.RS 4
227Execute a Formal Public Identifier look\-up of the catalog entry for
228\fISYSTEM\-ID\fR\&. The corresponding entry will be output to the command line\&.
229.RE
230.SH "ENVIRONMENT"
231.PP
232\fBXML_CATALOG_FILES\fR
233.RS 4
234XML
235catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
236\fBXML_CATALOG_FILES\fR
237environment variable to a list of catalogs\&. An empty one should deactivate loading the default
238/etc/xml/catalog
239catalog\&.
240.RE
241.SH "DIAGNOSTICS"
242.PP
243
244\fBxmlcatalog\fR
245return codes provide information that can be used when calling it from scripts\&.
246.PP
247\fB0\fR
248.RS 4
249No error
250.RE
251.PP
252\fB1\fR
253.RS 4
254Failed to remove an entry from the catalog
255.RE
256.PP
257\fB2\fR
258.RS 4
259Failed to save to the catalog, check file permissions
260.RE
261.PP
262\fB3\fR
263.RS 4
264Failed to add an entry to the catalog
265.RE
266.PP
267\fB4\fR
268.RS 4
269Failed to look up an entry in the catalog
270.RE
271.SH "SEE ALSO"
272.PP
273\fBlibxml\fR(3)
274.PP
275More information can be found at
276.sp
277.RS 4
278.ie n \{\
279\h'-04'\(bu\h'+03'\c
280.\}
281.el \{\
282.sp -1
283.IP \(bu 2.3
284.\}
285\fBlibxml\fR(3)
286web page
287\m[blue]\fB\%http://www.xmlsoft.org/\fR\m[]
288.RE
289.sp
290.RS 4
291.ie n \{\
292\h'-04'\(bu\h'+03'\c
293.\}
294.el \{\
295.sp -1
296.IP \(bu 2.3
297.\}
298\fBlibxml\fR(3)
299catalog support web page at
300\m[blue]\fB\%http://www.xmlsoft.org/catalog.html\fR\m[]
301.RE
302.sp
303.RS 4
304.ie n \{\
305\h'-04'\(bu\h'+03'\c
306.\}
307.el \{\
308.sp -1
309.IP \(bu 2.3
310.\}
311James Clark\*(Aqs
312SGML
313catalog page
314\m[blue]\fB\%http://www.jclark.com/sp/catalog.htm\fR\m[]
315.RE
316.sp
317.RS 4
318.ie n \{\
319\h'-04'\(bu\h'+03'\c
320.\}
321.el \{\
322.sp -1
323.IP \(bu 2.3
324.\}
325OASIS
326XML
327catalog specification
328\m[blue]\fB\%http://www.oasis-open.org/committees/entity/spec.html\fR\m[]
329.RE
330.sp
331.SH "AUTHOR"
332.PP
333\fBJohn Fleck\fR <\&jfleck@inkstain\&.net\&>
334.RS 4
335Author.
336.RE
337.SH "COPYRIGHT"
338.br
339Copyright \(co 2001, 2004
340.br
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette