Blame docsrc/ospent.xml

Packit 8a864e
Packit 8a864e
Packit 8a864e
 "/usr/share/sgml/docbook/xml-dtd-4.1.2/docbookx.dtd">
Packit 8a864e
<article>
Packit 8a864e
  <articleinfo>
Packit 8a864e
    <title>ospent</title>
Packit 8a864e
    <author>
Packit 8a864e
      <firstname>James</firstname>
Packit 8a864e
      <surname>Clark</surname>
Packit 8a864e
    </author>
Packit 8a864e
    <author>
Packit 8a864e
      <firstname>Ian</firstname>
Packit 8a864e
      <surname>Castle</surname>
Packit 8a864e
      <affiliation><address><email>ian.castle@openjade.org</email></address></affiliation>
Packit 8a864e
    </author>
Packit 8a864e
  
Packit 8a864e
    <copyright>
Packit 8a864e
      <year>2002</year>
Packit 8a864e
      <holder>OpenJade Project</holder>
Packit 8a864e
    </copyright>
Packit 8a864e
  </articleinfo>
Packit 8a864e
Packit 8a864e
                                       
Packit 8a864e
  <section>
Packit 8a864e
    <title>Reference</title>
Packit 8a864e
Packit 8a864e
    <refentry>
Packit 8a864e
      <refentryinfo>
Packit 8a864e
        <title>ospent</title>
Packit 8a864e
        <date>November 2002</date>
Packit 8a864e
        <productname>OpenJade</productname>
Packit 8a864e
      </refentryinfo>
Packit 8a864e
Packit 8a864e
      <refmeta>
Packit 8a864e
        <refentrytitle>ospent</refentrytitle>
Packit 8a864e
        <manvolnum>1</manvolnum>
Packit 8a864e
      </refmeta>
Packit 8a864e
Packit 8a864e
      <refnamediv>
Packit 8a864e
        <refname>ospent</refname>
Packit 8a864e
        <refpurpose>Concatenates entities in an SGML/XML document</refpurpose>
Packit 8a864e
      </refnamediv>
Packit 8a864e
    
Packit 8a864e
      <refsynopsisdiv>
Packit 8a864e
        <cmdsynopsis>
Packit 8a864e
          <command>ospent</command>
Packit 8a864e
          <arg choice="opt"><option>-ChnrRv</option></arg>
Packit 8a864e
          <arg choice="opt"><option>-b<replaceable>bctf</replaceable></option></arg>
Packit 8a864e
          <arg choice="opt"><option>-c<replaceable>sysid</replaceable></option></arg>
Packit 8a864e
          <arg choice="opt"><option>-f<replaceable>file</replaceable></option></arg>
Packit 8a864e
          <arg choice="opt"><option>-D<replaceable>directory</replaceable></option></arg>
Packit 8a864e
          <arg rep="repeat"><replaceable>sysid</replaceable></arg>
Packit 8a864e
        </cmdsynopsis>
Packit 8a864e
      </refsynopsisdiv>
Packit 8a864e
Packit 8a864e
   spent [ -Cnrv ] [ -bbctf ] [ -Ddirectory ] sysid...
Packit 8a864e
-->
Packit 8a864e
   
Packit 8a864e
      <refsect1>
Packit 8a864e
        <title>Description</title>
Packit 8a864e
Packit 8a864e
   <para><command>ospent</command> (OpenSP print entity) prints the concatenation of the entities
Packit 8a864e
   with system identifiers <cmdsynopsis><arg rep="repeat"><replaceable>sysid</replaceable></arg></cmdsynopsis> on the standard output.</para>
Packit 8a864e
   
Packit 8a864e
   <para>The following options are available:</para>
Packit 8a864e
Packit 8a864e
   <variablelist>
Packit 8a864e
     <varlistentry>
Packit 8a864e
     <term><option>-b<replaceable>bctf</replaceable></option></term>
Packit 8a864e
     <term><option>--bctf=<replaceable>bctf</replaceable></option></term>
Packit 8a864e
     <listitem>
Packit 8a864e
          <para>Use the BCTF with name <replaceable>bctf</replaceable> for output.</para>
Packit 8a864e
     </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-c<replaceable>sysid</replaceable></option></term>
Packit 8a864e
       <term><option>--catalog=<replaceable>sysid</replaceable></option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Map public identifiers and entity names to system identifiers
Packit 8a864e
          using the catalog entry file whose system identifier is 
Packit 8a864e
          <replaceable>sysid</replaceable>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-C</option></term>
Packit 8a864e
       <term><option>--catalogs</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>This has the same effect as in <command>onsgmls(1)</command>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-D<replaceable>directory</replaceable></option></term>
Packit 8a864e
       <term><option>--directory=<replaceable>directory</replaceable></option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Search directory for files specified in system identifiers.
Packit 8a864e
          This has the same effect as in <command>onsgmls(1)</command>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-f<replaceable>file</replaceable></option></term>
Packit 8a864e
       <term><option>--error-file=<replaceable>file</replaceable></option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Redirect error messages to <replaceable>file</replaceable>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-h</option></term>
Packit 8a864e
       <term><option>--help</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Display a help text and exit.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-n</option></term>
Packit 8a864e
       <term><option>--non-sgml</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
         <para>The entity is a non-SGML data entity. This option forces the
Packit 8a864e
          octets in the storage objects comprising the entity to be
Packit 8a864e
          copied exactly without any of the conversions that are done for
Packit 8a864e
          text entities. Implies <option>-r</option>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-r</option></term>
Packit 8a864e
       <term><option>--raw</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Raw output. Don't perform any conversion on RSs and REs when
Packit 8a864e
          printing the entity. The entity would typically have the
Packit 8a864e
          storage manager attribute records=asis.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-R</option></term>
Packit 8a864e
       <term><option>--restricted</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>This has the same effect as in <command>onsgmls(1)</command>.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
Packit 8a864e
     <varlistentry>
Packit 8a864e
       <term><option>-v</option></term>
Packit 8a864e
       <term><option>--version</option></term>
Packit 8a864e
       <listitem>
Packit 8a864e
          <para>Print the version number.</para>
Packit 8a864e
       </listitem>
Packit 8a864e
     </varlistentry>
Packit 8a864e
   </variablelist>
Packit 8a864e
Packit 8a864e
   </refsect1>
Packit 8a864e
Packit 8a864e
   <refsect1>
Packit 8a864e
     <title>See Also</title>
Packit 8a864e
     <para><command>onsgmls(1)</command>, <command>ospam(1)</command>,
Packit 8a864e
     <command>onsgmlnorm(1)</command>, <command>osx(1)</command></para>
Packit 8a864e
   </refsect1>
Packit 8a864e
Packit 8a864e
   </refentry>
Packit 8a864e
   </section>
Packit 8a864e
</article>