Navigation  without Java Scripts

Document Handling Tools

PDC's DOC tools provide a high-level abstraction for handling richly formatted documents. Using a Prolog structure to represent the document makes it possible to be independent of the actual format whether it is .RTF, HTML or .IPF. There are both generators from the Prolog term format to these formats, as well as parsers to convert any of these formats to the Prolog term format. These tools open up many application possibilities, like generation of Word documents, Internet assistants etc. The tools are found in the doc_tool subdirectory and include an example program where you can see how a .HTML file looks when converted to the .RTF format.