00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00022 #ifndef MXML_H
00023 #define MXML_H
00024
00025 #define MXML_LINE_TERMINATOR '\n'
00026 #define MXML_SOFT_LINE_TERMINATOR '\r'
00027 #define MXML_PATH_SEPARATOR '/'
00028
00055 #define MXML_STYLE_INDENT 0x0001
00056
00060 #define MXML_STYLE_TAB 0x0002
00061
00067 #define MXML_STYLE_THREESPACES 0x0004
00068
00079 #define MXML_STYLE_NOESCAPE 0x0008
00080
00081 #include <mxml_document.h>
00082 #include <mxml_error.h>
00083
00084 #endif