Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sx(1) [redhat man page]

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)

Check Out this Related Man Page

OSGMLNORM(1)							     Reference							      OSGMLNORM(1)

NAME
osgmlnorm - An SGML/XML document normalizer SYNOPSIS
osgmlnorm [-CdeghmnrRvx] [-alinktype] [-Aarchitecture] [-bbctf] [-ccatalog] [-Ddirectory...] [-Emax_errors...] [-iname...] [-fname...] [-wwarning...] [sysid...] DESCRIPTION
osgmlnorm prints on the standard output a normalized document instance for the SGML document contained in the concatenation of the entities with system identifiers When the normalized instance is prefixed with the original SGML declaration and prolog, it will have the same ESIS as the original SGML document, with the following exceptions: * The output of osgmlnorm does not protect against the recognition of short reference delimiters, so any USEMAP declarations must be removed from the DTD. * The normalized instance will use the reference delimiters, even if the original instance did not. * If marked sections are included in the output using the -m option, the reference reserved names will be used for the status keywords even if the original instance did not. * Any ESIS information relating to the SGML LINK feature will be lost. The normalized instance will not use any markup minimization features except that: * Any attributes that were not specified in the original instance will not be included in the normalized instance. (Current attributes will be included.) * If the declared value of an attribute was a name token group, and a value was specified that was the same as the name of the attribute, then the attribute name and value indicator will be omitted. For example, with HTML osgmlnorm would output <DL COMPACT> rather than <DL COMPACT="COMPACT"> Part of an SGML System Conforming to International Standard ISO 8879 -- Standard Generalized Markup Language. An SGML Extended Facilities system conforming to Annex A of International Standard ISO/IEC 10744 -- Hypermedia/Time-based Structuring Language. The following options are available: -aname, --activate=name Make doctype or linktype name active. -Aarchitecture, --architecture=architecture Parse with respect to architecture architecture. -bbctf, --bctf=bctf Use the BCTF with name bctf for output. -csysid, --catalog=sysid Map public identifiers and entity names to system identifiers using the catalog entry file whose system identifier is sysid. -C, --catalogs This has the same effect as in onsgmls(1). -d, --dtd Output a document type declaration with the same external identifier as the input document, and with no internal declaration subset. No check is performed that the document instance is valid with respect to this DTD. -Ddirectory, --directory=directory Search directory for files specified in system identifiers. This has the same effect as in onsgmls(1). -e, --open-entities Describe open entities in error messages. --error-numbers Show error numbers in error messages. -h, --help Display a help text and exit. -iname, --include=name This has the same effect as in onsgmls(1). -m, --marked-sections Output any marked sections that were in the input document instance. -n, --comments Output any comments that were in the input document instance. -r, --raw Raw output. Don't perform any conversion on RSs and REs when printing the entity. The entity would typically have the storage manager attribute records=asis. -R, --restricted This has the same effect as in onsgmls(1). -v, --version Print the version number. -wtype Control warnings and errors according to type. This has the same effect as in onsgmls(1). SEE ALSO
onsgmls(1), ospam(1), ospent(1), osx(1) AUTHORS
James Clark Author. Ian Castle <ian.castle@openjade.org> Author. COPYRIGHT
OpenJade January 2002 OSGMLNORM(1)
Man Page