Nut/OS  4.10.3
API Reference
uxmlparse.c File Reference
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <pro/uxml.h>
Include dependency graph for uxmlparse.c:

Go to the source code of this file.

Functions

char * UxmlParseTag (char *data, char *tkn, size_t size)
 Retrieve the next token from an XML tag.
int UxmlFilterMatch (char *name, char **filt)
 Check if name matches filter list.