Navigation  without Java Scripts

The DOC_TOOL Directory

The DOC_TOOL subdirectory contains PDCs Document Handling Package. It gives an abstraction of handling documents. Using a Prolog structure (document representation domain) makes it possible to be independent from the actual document format whether it is RTF, HTML or IPF.

The Document Handling Package predicates can convert to/from RTF, HTML or IPF format thus easing the creation of MS Word documents, Internet assistants, etc.

File Purpose
[INCLUDE] This directory contains the header files.

HTML.PRE Interface for HTML converter
HTML.PRO Implementation of html_term (o,i) (i,i) (o,o)
RTF.PRE Interface for RTF converter
RTF.PRO Implementation of rtfpage_term (o,i)
HTML.PRE Interface for IPF converter
HTML.PRO Implementation of ipf_term (o,i) (i,i) (o,o)
ERRHNDL.PRE Error handler declaration
ERRHNDL.PRO Default error handler implementation
DOCSTR.DOM Declaration of HTML DTD
RTF.CON
RTF.DOM
IPF.PRE
IPF.PRO

[LIB] A library to support the conversions: DOCLIB, with various subdirectories for the different platforms !
[SOURCE] Source code and makefiles to Build the DOCLIB library.
[EXAMPLE] Some examples of using the DOC_TOOL utilities.
[DOC] Some documentation for DOC_TOOL.