|
| iMatix home page | << | < | > | >> |
SFLVersion 2.10 |
#include "sflxmll.h"
XML_ITEM *
xml_load (const char *path,
const char *filename)
Loads the contents of an XML file into a new XML tree. The XML data is not checked against a DTD. Returns NULL if there was insufficient memory, or the XML file could not be read. The XML tree always starts with a top-level item called 'XML' with these attributes:
| filename | Name of the XML input file |
| filetime | Modification time of the file, "HHMMSSCC" |
| filedate | Modification date of input file, "YYYYMMDD" |
{
feedback = NULL; /* Reset return feedback */
ASSERT (filename);
pname = filename;
ppath = path;
# include "sflxmll.i" /* Include dialog interpreter */
}
| | << | < | > | >> |
|