| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

XML serialisation functions

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

Synopsis

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.

List of Functions

List of Symbol Definitions

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)


| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation