#include <sys/types.h>#include <sys/heap.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <memdebug.h>#include <pro/uxml.h>
Go to the source code of this file.
Defines | |
| #define | MAX_UXMLTAG_SIZE 512 |
| Maximum tag size including brackets. | |
| #define | MAX_UXMLTKN_SIZE 64 |
| Maximum token size. | |
Functions | |
| UXML_NODE * | UxmlParseStream (FILE *stream, char **f_tags, char **f_attr) |
| Parse XML stream. | |