| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
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
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>
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 |
Type name: | Defined as: |
---|---|
XML_ATTR | struct _XML_ATTR |
XML_ITEM | struct _XML_ITEM |
| << | < | > | >> |
![]() |