1SGMLSASP(1) General Commands Manual SGMLSASP(1)
2
3
4
6 sgmlsasp - translate output of sgmls using ASP replacement files
7
9 sgmls [-n] replacement_file...
10
12 sgmlsasp translates the standard input using the specification in
13 replacement_file... and writes the result to the standard output. The
14 standard input must be in the format output by sgmls. Each replacement
15 file must be in the format of an Amsterdam SGML parser (ASP) replace‐
16 ment file; this format is described in the ASP documentation. Dupli‐
17 cate replacements are silently ignored. The -n option disables upper-
18 case substitution (folding) for names in replacement files; this option
19 should be used with concrete syntaxes that do not specify upper-case
20 substitution for general names (that is, names that are not entity
21 names).
22
24 References to external data entities are ignored. (Support for exter‐
25 nal data entities is not implemented in ASP.)
26
28 sgmls(1)
29
30
31
32 SGMLSASP(1)