ldmud/mudlib/sys/xml.h
Gnomi 3e4b7818c8 - (pkg-xml2.c, arraylist.c, configure) Added support for XML parsing
using libxml2. (Bug #538, thanks, Bardioc!)


git-svn-id: svn://svn.bearnip.com/ldmud/trunk@2585 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2009-05-18 07:42:29 +00:00

10 lines
313 B
C

#ifndef XML_H__
#define XML_H__ 1
#define XML_TAG_NAME 0 /* Name of the current tag */
#define XML_TAG_ATTRIBUTES 1 /* Atttributes of the current tag */
#define XML_TAG_CONTENTS 2 /* Contents of the current tag */
#define XML_TAG_SIZE 3
#endif