1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Completed/revamped the SAX support, removed old namespace suppport, Daniel

This commit is contained in:
Daniel Veillard
1999-04-05 12:20:10 +00:00
parent 87c83bd334
commit 517752b985
15 changed files with 925 additions and 396 deletions

View File

@@ -9,7 +9,7 @@
#ifndef __XML_ENTITIES_H__
#define __XML_ENTITIES_H__
#include "parser.h"
#include "tree.h"
#ifdef __cplusplus
extern "C" {
@@ -56,6 +56,8 @@ typedef xmlEntitiesTable *xmlEntitiesTablePtr;
* External functions :
*/
#include "parser.h"
void xmlAddDocEntity(xmlDocPtr doc, const CHAR *name, int type,
const CHAR *ExternalID, const CHAR *SystemID, CHAR *content);
void xmlAddDtdEntity(xmlDocPtr doc, const CHAR *name, int type,