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

XML (Extensible Markup Language) access functions

Filename: sflxml.h
Package: Standard Function Library (SFL)
Written: 98/02/25 iMatix SFL project team sfl@imatix.com
Revised: 98/03/30
Copyright: Copyright (c) 1998 iMatix

Synopsis

Provides functions to read and write XML files, and manipulate XML data in memory as list structures. XML is the Extensible Markup Language. Accepts this XML syntax: <item [attr=["]value["]]...>value [child]</item>

List of Functions

List of Symbol Definitions

sflxml.h defines these symbols, possibly conditionally:
Symbol: Defined as:
FORATTRIBUTES(attr,item) for (attr = xml_first_attr (item);
FORCHILDREN(child,item) for (child = xml_first_child (item);
_SLFXML_INCLUDED TRUE

List of Type Definitions

Type name: Defined as:
XML_ATTR struct _XML_ATTR
XML_ITEM struct _XML_ITEM

| << | < | > | >> iMatix Copyright © 1996-98 iMatix