Unix and Linux Discussions Tagged with osx |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
13,001 |
OS X (Apple) |
|
|
|
0 |
18,298 |
OS X (Apple) |
|
|
|
3 |
9,460 |
OS X (Apple) |
|
|
|
8 |
32,963 |
OS X (Apple) |
|
|
|
0 |
24,880 |
OS X (Apple) |
|
|
|
5 |
15,202 |
OS X (Apple) |
|
|
|
2 |
11,046 |
OS X (Apple) |
|
|
|
0 |
37,816 |
OS X (Apple) |
|
|
|
3 |
21,699 |
OS X (Apple) |
|
|
|
3 |
4,582 |
What is on Your Mind? |
|
|
|
6 |
8,381 |
OS X (Apple) |
|
|
|
0 |
7,156 |
OS X (Apple) |
|
|
|
2 |
5,009 |
OS X (Apple) |
|
|
|
4 |
4,515 |
OS X (Apple) |
|
|
|
3 |
2,996 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,136 |
OS X (Apple) |
|
|
|
6 |
7,102 |
OS X (Apple) |
|
|
|
1 |
11,285 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,367 |
OS X (Apple) |
|
|
|
0 |
3,346 |
OS X (Apple) |
|
|
|
2 |
33,272 |
Shell Programming and Scripting |
|
|
|
3 |
13,297 |
Shell Programming and Scripting |
|
|
|
1 |
5,672 |
OS X (Apple) |
|
|
|
0 |
3,726 |
OS X (Apple) |
|
|
|
5 |
6,975 |
OS X (Apple) |
|
|
|
4 |
3,873 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,056 |
OS X (Apple) |
|
|
|
0 |
1,527 |
Software Releases - RSS News |
|
|
|
3 |
6,190 |
Programming |
|
|
|
5 |
3,991 |
Ubuntu |
|
|
|
2 |
5,234 |
OS X (Apple) |
|
|
|
0 |
1,315 |
Malware Advisories (RSS) |
|
|
|
7 |
11,103 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,616 |
Programming |
|
|
|
1 |
3,855 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
4,089 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,782 |
UNIX Desktop Questions & Answers |
|
|
|
3 |
3,088 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,340 |
Cybersecurity |
|
|
|
5 |
10,930 |
UNIX for Dummies Questions & Answers |
OSX(1) osx OSX(1)
NAME
osx - An SGML System Conforming to International Standard ISO 8879 -- Standard Generalized Markup Language
SYNOPSIS
osx [-Cehilprvx] [-bencoding] [-ccatalog_file] [-Ddirectory] [-ffile] [-wwarning_type] [-xxml_output_option...] [sysid...]
DESCRIPTION
osx converts SGML to XML. osx parses and validates the SGML document contained in sysid and writes an equivalent XML document to the stan-
dard output. osx will warn about SGML constructs which have no XML equivalent.
OPTIONS
The following options are available:
-bencoding
Use encoding for output. By default osx uses UTF-8.
-cfile
Use the catalog entry file file.
-C
This has the same effect as in onsgmls(1).
-Ddirectory
Search directory for files specified in system identifiers. This has the same effect as in onsgmls(1).
-e
Describe open entities in error messages.
-ffile
Redirect errors to file. This is useful mainly with shells that do not support redirection of stderr.
-iname
This has the same effect as in onsgmls(1).
-v
Print the version number.
-wtype
Control warnings and errors according to type. This has the same effect as in onsgmls(1).
-xxml_output_option
Control the XML output according to the value of xml_output_option as follows:
no-nl-in-tag Don't use newlines inside start-tags. Usually osx uses newlines inside start-tags so as to reduce the probability of
excessively long lines.
id Output attribute declarations for ID attributes.
notation Output declarations for notations.
ndata Output declarations for external data entities. XML requires these to be NDATA. osx will warn about CDATA and SDATA external
data entities and output them as NDATA entities.
cdata Use XML CDATA sections for CDATA marked sections and for elements with a declared content of CDATA.
comment Output comment declarations. Comment declarations in the DTD will not be output.
lower Prefer lower case. Names that were subjected to upper-case substitution by SGML will be folded to lower case. This does not
include reserved names; XML requires these to be in upper-case.
pi-escape Escape &<> in the contents of processing instructions using the amp, lt and gt entities. This allows processing instruc-
tions to contain the string >?, but requires that applications handle the escapes.
empty Use the <e/> syntax for element types e declared as EMPTY.
attlis Output an ATTLIST declaration for every element specifying the type of all attributes. The default will always be #IMPLIED.
Multiple -x options are allowed.
SEE ALSO
onsgmls(1)
AUTHORS
James Clark, Jane Peers <jane.peers@looksystems.co.uk>.
OpenJade January 2002 OSX(1)