00001 /* 00002 * libsgml -- SGML state machine parsing library. 00003 * 00004 * Copyright (c) 2002 Uninformed Research (http://www.uninformed.org) 00005 * All rights reserved. 00006 * 00007 * skape 00008 * [email protected] 00009 */ 00010 #ifndef _LIGSGML_LIBSGML_H 00011 #define _LIGSGML_LIBSGML_H 00012 00027 #include "SgmlParser.h" 00028 #include "SgmlExtensionHtml.h" 00029 #include "SgmlExtensionXml.h" 00030 00031 #endif