• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

en/H12-Nov-2003-472377

fr/H12-Nov-2003-472377

sample/H03-May-2022-20087

ChangesH A D12-Nov-2003348 138

Dtd2DocBook.pmH A D10-Nov-200316.6 KiB655520

MANIFESTH A D06-Oct-2003453 3130

Makefile.PLH A D12-Nov-20032.6 KiB4441

READMEH A D06-Oct-20031,003 3222

dtd2db.plH A D12-Nov-20037 KiB31989

test.plH A D03-Oct-2003690 215

README

1XML::Handler::Dtd2DocBook - Generate a DocBook documentation from a DTD
2
3Description:
4------------
5    dtd2db is a front-end for XML::Handler::Dtd2DocBook and its subclasses.
6    It uses them to generate HTML documentation from DTD source.
7
8    Because it uses XML::Parser and an external DTD is not a valid XML
9    document, the input source must be an XML document with an internal DTD
10    or an XML document that refers to an external DTD.
11
12    The goal of this tool is to increase the level of documentation in DTD
13    and to supply a more readable format for DTD.
14
15    It is a tool for DTD users, not for writer.
16
17
18Prerequisites:
19--------------
20    This tool needs XML::SAX::Expat, XML::Parser and
21    XML::Handler::Dtd2DocBook modules.
22
23Build/Installation:
24-------------------
25    Standard build/installation supported by ExtUtils::MakeMaker(3)...
26	$ perl Makefile.PL
27	$ make
28	$ make install
29
30
31Send bug reports, comments and suggestions to francois.perrad@gadz.org
32