logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xfpt - make XML from plain text

Author


       Philip Hazel
       Retired from University Computing Service
       Cambridge, England.
                                                                                                         XFPT(1)

Description

xfpt  converts a marked up text file to XML. The markup is simple and consists of lines that begin with a
       dot ("directive lines") and sequences in the text that  begin  with  an  ampersand  ("flags").  The  flag
       sequences are not built-in, but are defined by directives. As well as the in-built directives, macros can
       be  used to implement higher level concepts. A standard set of macros and flags that generate DocBook XML
       is provided. There is a full description in the xfpt specification, which is distributed as a  PDF  file,
       an HTML file, and as xfpt source.

Name

       xfpt - make XML from plain text

Options

-help or --help
                 This causes xfpt to output its "usage" information and then exit.

       -ofile   This  specifies the output file. The default is the standard output if no source file is given,
                 and the source file name with a .xml extension otherwise.

       -Sdirectory
                 This specifies an alternative "share" directory in which to find standard configuration files.

       -v or --version
                 Output the xfpt version and exit.

Synopsis

xfpt[options][sourcefile]

See Also