| Fusion
C Source Code XML SAX Parser |
The Fusion Real
Time Embedded XML SAX Parser is a small, fast
intuitive embedded C Source Code XML parser that decodes
XML documents into C source code language structures
that are easy for designers to integrate into their
embedded applications. The FUSION Embedded XML SAX Parser
provides instant access to the benefits of XML and brings
your embedded device to a whole new level of connectivity.
The Fusion embedded XML SAX Parser Allows an embedded
device to exchange information with an enterprise application
such as accessing inventory records, personnel databases,
security and access control records.
Fusion XML SAX Parser Features
- Provides instant access to benefits
of XML
- Implements XML 1.0 standard for non-validating parsers
- Runs in Schema-less environments
- Supports name spaces and conforms to the name spaces
specification.
- Integrates easily with web servers
- Decodes data from a variety of devices
- Quickly implements XML embedded applications
- Runs with any RTOS or networking software
- 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
- Supports Unicode (ASCII, UTF-8, UCS-2)
|