src/lxplib.h

Thu, 30 May 2013 05:02:24 +0700

author
Vadim Misbakh-Soloviov <mva@mva.name>
date
Thu, 30 May 2013 05:02:24 +0700
changeset 16
1f41c74ce686
parent 1
304b5a6f85e4
child 18
90da47758f85
permissions
-rw-r--r--

Makefile improvements (stripping unneeded code, more configurability)

/*
** See Copyright Notice in license.html
*/

#define ParserType	"Expat"

#define StartCdataKey			"StartCdataSection"
#define EndCdataKey			"EndCdataSection"
#define CharDataKey			"CharacterData"
#define CommentKey			"Comment"
#define DefaultKey			"Default"
#define DefaultExpandKey		"DefaultExpand"
#define StartElementKey			"StartElement"
#define EndElementKey			"EndElement"
#define ExternalEntityKey		"ExternalEntityRef"
#define StartNamespaceDeclKey		"StartNamespaceDecl"
#define EndNamespaceDeclKey		"EndNamespaceDecl"
#define NotationDeclKey			"NotationDecl"
#define NotStandaloneKey		"NotStandalone"
#define ProcessingInstructionKey	"ProcessingInstruction"
#define UnparsedEntityDeclKey		"UnparsedEntityDecl"
#define StartDoctypeDeclKey		"StartDoctypeDecl"

int luaopen_lxp (lua_State *L);

mercurial