GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DTDFORMAT(1) User Contributed Perl Documentation DTDFORMAT(1)

dtdformat - Read a DTDParse XML file and produce formatted documentation

 dtdformat [options] xmlfile

dtdformat generated formatted documentation based upon a DTDParse XML file created by dtdparse. The following documentation formats are supported:
HTML
Designated by the "--html" option.
DocBook Refentry
Designated by the "--refenty" option.

One of the above formats must be specified, or dtdformat will abort with an error.

--appears-in
--noappears-in
Include what an entity and/or element appears in. The default is to include.
--attributes
--noattributes
Include, or not include, element attributes in documentation. The default is to include.
--base-dir
Root directory to place documentation.
--base-id name
Entity name prefix for entities defined in DocBook RefEntry, "--refentry", output. If not specific, "dtdparse" is used.
--chilren
--nochilren
Include, or not include, list of children for elements. The default is to include.
--content-model
Include, or not include, element content models in documentation.
--debug
Enable debugging output.
--description
Include, or not include, Description sections in documentation. The default is to include.
--examples
--noexamples
Include, or not include, Example sections in documentation. The default is to include.
--exclusions
--noexclusions
Include, or not include, element exclusions in documentation. The default is to include.
--html
Generate HTML documentation.
--inclusions
--noinclusions
Include, or not include, element inclusions in documentation. The default is to include.
--parents
--noparents
Include, or not include, possible element parents in documentation. The default is to include.
--refentry
Generate DocBook Refentry (manpage) documentation.
--synopsis
--nosynopsis
Include, or not include, element synopses in documentation. The default is to include.
--tag-minimization
--notag-minimization
Include, or not include, element tag minization settings in documentation. The default is to include.
--unexpanded
--nounexpanded
Included, or not include, unexpanded content models in element documentation. The default is to include.
--verbose
--noverbose
Output progress (the default).
--version
Print program version and synopsis.
--help
Print program synopsis and options available.
--man
Print program manual page.

dtdparse

See SGML::DTDParse for an overview of the DTDParse package.

Getopt::Long, XML::DOM

<http://dtdparse.sourceforge.net/>

Originally developed by Norman Walsh, <ndw@nwalsh.com>.

Earl Hood <earl@earlhood.com> picked up support and maintenance.

See SGML::DTDParse for copyright and license information.
2005-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.