File:  [Public] / libwww / Library / src / HTMLGen.html
Revision 2.9: download - view: text, annotated - select for diffs
Thu Nov 24 21:11:19 1994 UTC (29 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: without-configure, v3/0pre2, v3/0pre1, HEAD
New COPYRIGHT HEADERS and BETTER multi :-)

<HTML>
<HEAD>
<TITLE>HTML Generator</TITLE>
</HEAD>
<BODY>

<H1>HTML generator</H1>

<PRE>
/*
**	(c) COPYRIGHT CERN 1994.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module converts structed stream into stream.  That is, given a
stream to write to, it will give you a structured stream to. <P>

This module is implemented by <A HREF="HTMLGen.c">HTMLGen.c</A>, and it is
a part of the <A
HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
Library of Common Code</A>.

<PRE>
#ifndef HTMLGEN_H
#define HTMLGEN_H

#include "HTML.h"
#include "HTStream.h"

/* Special Creation: */
extern HTStructured * HTMLGenerator PARAMS((HTStream * output));

#ifndef pyramid
extern HTConverter HTPlainToHTML;
#endif

#endif


</PRE></BODY>
</HTML>

Webmaster