Plus  - Minimal XML for C++ (Version 0.9.2) Giancarlo Niccolai
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mxml.h

Go to the documentation of this file.
00001 /*
00002    Mini XML lib PLUS for C++
00003 
00004    Main definitions
00005 
00006    Author: Giancarlo Niccolai <gian@niccolai.ws>
00007 
00008    $Id: mxml.h,v 1.3 2004/02/03 23:12:40 jonnymind Exp $
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

Generated on Sun Apr 11 02:08:18 2004 for Mxml Plus by doxygen 1.3.5