Short: Simple tokenizer for XML Author: ekoeppen@40Hz.org (Eckhart Köppen) Uploader: polluks sdf lonestar org (Stefan Haubenthal) Type: dev/c Version: 0.4 Architecture: m68k-amigaos Tox is a simple tokenizer for XML and HTML data written in C. Its main part is a finite state machine (FSM) that covers most of the basic states needed to parse XML and HTML data. The main design goal is to minize code size and RAM usage. Tox can be configured to handle different character types such as unsigned char or unsigned short. It is not a fully functional XML parser yet, handling of UTF-8 input, DTD processing and validation is missing.