Annotation of libwww/Library/src/HTXML.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3:   <TITLE>W3C Sample Code Library libwww XML Parser Wrapper</TITLE>
        !             4: </HEAD>
        !             5: <BODY>
        !             6: <H1>
        !             7:   XML Parser Wrapper
        !             8: </H1>
        !             9: <PRE>
        !            10: /*
        !            11: **     (c) COPYRIGHT MIT 1995.
        !            12: **     Please first read the full copyright statement in the file COPYRIGH.
        !            13: */
        !            14: </PRE>
        !            15: <P>
        !            16: This module is implemented by <A HREF="HTXML.c">HTXML.c</A>, and is a part
        !            17: of the <A HREF="http://www.w3.org/Library/"> W3C Sample Code Library</A>.
        !            18: <PRE>
        !            19: #ifndef HTXML_H
        !            20: #define HTXML_H
        !            21: 
        !            22: #include "HTFormat.h"
        !            23: 
        !            24: extern HTConverter HTXML_new;
        !            25: 
        !            26: #endif
        !            27: </PRE>
        !            28: <P>
        !            29:   <HR>
        !            30: <ADDRESS>
        !            31:   @(#) $Id: HTPlain.html,v 2.20 1998/05/14 02:10:55 frystyk Exp $
        !            32: </ADDRESS>
        !            33: </BODY></HTML>

Webmaster