1OSPCAT(1) Reference OSPCAT(1)
2
3
4
6 ospcat - SGML print catalog
7
9 ospcat [-b name] [--bctf=name] [-C] [--catalogs] [-c sysid]
10 [--catalog=sysid] [-f] [--error-file=file] [-D directory]
11 [--directory=directory] [-R] [--restricted] [-v] [-h] [--help]
12 [-P literal] [--public-id=literal] [-S literal]
13 [--system_id=literal] [-p name] [--parameter-entity=name]
14 [-d name] [--doctype=name] [-l name] [--linktype=name] [-e name]
15 [--entity=name] [-n name] [--notation=name] [-s name]
16 [--declaration=name]
17
19 ospcat prints effective system identifiers found in the catalogs on the
20 standard output. It doesn't check that the system identifiers
21 correspond to actual files. The return value is 0 if the last system
22 identifier was successfully created and 1 otherwise.
23
25 The following options are available:
26
27 -b name, --bctf=name
28 Use bctf name for output.
29
30 -f file, --error-file=file
31 Append error messages to file file.
32
33 -v, --version
34 Display the program version.
35
36 -h, --help
37 Show this help text.
38
39 -c sysid, --catalog=sysid
40 Use catalog sysid.
41
42 -C, --catalogs
43 Arguments are catalogs, use DOCUMENT entry.
44
45 -D directory, --directory=directory
46 Search files in directory directory.
47
48 -R, --restricted
49 Restrict file reading (for use in Web apps).
50
51 -P literal, --public-id=literal
52 Print the effective system id for the public id literal.
53
54 -S literal, --system-id=literal
55 Print the effective system id for system id literal.
56
57 -p name, --parameter-entity=name
58 Print the effective system id for parameter entity name.
59
60 -d name, --doctype=name
61 Print the effective system id for the doctype name.
62
63 -l name, --linktype=name
64 Print the effective system id for the linktype name.
65
66 -e name, --entity=name
67 Print the effective system id for entity name.
68
69 -n name, --notation=name
70 Print the effective system id for notation name.
71
72 -s name, --declaration=name
73 Print the effective system id for the SGML declaration for doctype
74 name.
75
77 onsgmls(1), ospam(1), onsgmlnorm(1), ospent(1)
78
80 Ian Castle <ian.castle@openjade.org>
81 Author.
82
84OpenSP September 2003 OSPCAT(1)