|
| iMatix home page | << | < | > | >> |
SFLVersion 2.11 |
Filename: sflxmll.h
Package: Standard Function Library (SFL)
Written: 1996/06/08 iMatix SFL project team sfl@imatix.com
Revised: 2000/01/21
Copyright: Copyright (c) 1991-2000 iMatix Corporation
Provides functions to load and save XML files. An XML file is held in memory as a tree of nodes, of type XML_ITEM. The XML functions do not currently accept DTDs in the XML data.
sflxmll.h defines these symbols, possibly conditionally:
| Symbol: | Defined as: |
|---|---|
| SLFXMLL_INCLUDED | TRUE |
| XML_FILEERROR | 1 /* Error in file i/o */ |
| XML_LOADERROR | 2 /* Error loading XML */ |
| XML_NOERROR | 0 /* No errors */ |
| xml_load(item, | path, filename) |
| xml_load_extended(item, | path, filename) |
| | << | < | > | >> |
|