Fusion
XML MicroParser
The
Fusion XML MicroParser is a small, fast, intuitive
XML parser that decodes XML documents into C language
structures that are easy for designers to integrate into
their applications.
-
Handles
either ASCII or Unicode character sets
-
Provides
a C implementation of the industry standard Simple
API for XML (SAX) standard
-
Provides
event driven call backs for XML constructs (start
elements, end elements)
-
Incorporates
SAX 2.0 functionality, including name spaces
and LexicalHandler call backs
-
Very
small memory footprint. In addition to the document
buffer, it requires 13K of ROM and <2K of RAM.
-
Uses
no heap for most documents (exceptions are DTD entity
or parameter references, default attributes, attribute
values containing entity or character references
or new lines)
-
Portable
to any platform developed using ANSI C language
-
Allows
an embedded device to exchange information with
an enterprise application such as accessing inventory
records, personnel databases, security and access
control records
View Fusion
XML MicroParser Product Brief.
|